зеркало из https://github.com/mozilla/gecko-dev.git
bug 334462: text on hovered combobox is invisible on high-contrast inverse theme; Patch by Teune van Steeg; r=myk, a=beltzner
This commit is contained in:
Родитель
52cb8adc7e
Коммит
12c340e6ac
|
@ -100,7 +100,12 @@ listheader {
|
|||
padding: 0 2px;
|
||||
}
|
||||
|
||||
listheader:hover {
|
||||
color: -moz-buttonhovertext;
|
||||
}
|
||||
|
||||
listheader[sortable="true"]:hover:active {
|
||||
color: ButtonText;
|
||||
border: 2px solid;
|
||||
-moz-border-top-colors: ThreeDShadow -moz-Dialog;
|
||||
-moz-border-right-colors: ThreeDShadow transparent;
|
||||
|
|
|
@ -68,7 +68,18 @@ menulist {
|
|||
display: none;
|
||||
}
|
||||
|
||||
menulist[disabled="true"] {
|
||||
menulist:hover {
|
||||
color: -moz-buttonhovertext;
|
||||
}
|
||||
|
||||
menulist:hover:active,
|
||||
menulist[open="true"] {
|
||||
color: ButtonText;
|
||||
}
|
||||
|
||||
menulist[disabled="true"],
|
||||
menulist[disabled="true"]:hover,
|
||||
menulist[disabled="true"]:hover:active {
|
||||
color: GrayText;
|
||||
}
|
||||
|
||||
|
@ -122,6 +133,10 @@ html|*.menulist-editable-input {
|
|||
list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
|
||||
}
|
||||
|
||||
.menulist-compact:hover {
|
||||
color: ButtonText;
|
||||
}
|
||||
|
||||
.menulist-compact > .menulist-label-box > .menulist-label {
|
||||
margin: 0 3px !important;
|
||||
text-align: right;
|
||||
|
|
|
@ -239,6 +239,11 @@ treecolpicker {
|
|||
padding: 0px 2px;
|
||||
}
|
||||
|
||||
treecol:hover,
|
||||
treecolpicker:hover {
|
||||
color: -moz-buttonhovertext;
|
||||
}
|
||||
|
||||
.treecol-image {
|
||||
padding: 0px 1px;
|
||||
}
|
||||
|
@ -257,6 +262,7 @@ treecol[hideheader="true"] {
|
|||
|
||||
treecol:hover:active,
|
||||
treecolpicker:hover:active {
|
||||
color: ButtonText;
|
||||
border: 2px solid;
|
||||
-moz-border-top-colors: ThreeDShadow -moz-Dialog;
|
||||
-moz-border-right-colors: ThreeDShadow transparent;
|
||||
|
|
Загрузка…
Ссылка в новой задаче