зеркало из https://github.com/mozilla/pjs.git
Fix text color for highlighted menus. Bug 233242, sr=roc.
This commit is contained in:
Родитель
9e53f8f80c
Коммит
624b5bae68
|
@ -44,6 +44,11 @@ menuitem[default="true"] {
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
menu[_moz-menuactive="true"],
|
||||
menuitem[_moz-menuactive="true"] {
|
||||
color: HighlightText;
|
||||
}
|
||||
|
||||
menu[disabled="true"],
|
||||
menuitem[disabled="true"] {
|
||||
color: GrayText;
|
||||
|
@ -53,12 +58,13 @@ menubar > menu {
|
|||
padding: 0px 6px 0px 4px;
|
||||
}
|
||||
|
||||
/*
|
||||
menu[_moz-menuactive="true"],
|
||||
menuitem[_moz-menuactive="true"] {
|
||||
color: HighlightText; should be fg[PRELIGHT]
|
||||
menubar > menu[_moz-menuactive="true"] {
|
||||
color: MenuText;
|
||||
}
|
||||
|
||||
menubar > menu[open] {
|
||||
color: HighlightText;
|
||||
}
|
||||
*/
|
||||
|
||||
/* ::::: menu/menuitems in menulist popups ::::: */
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче