Bug 1703540 - Fix in prefs the selected item text color. r=aleca
This commit is contained in:
Родитель
cc5f439ddd
Коммит
4e37e07fa4
|
@ -92,7 +92,7 @@ fieldset:last-of-type {
|
|||
|
||||
#accountActionsDropdown > menuitem:not([disabled="true"])[selected="true"],
|
||||
.openpgp-more-btn > menupopup > menuitem[selected="true"] {
|
||||
color: var(--in-content-selected-text);
|
||||
color: var(--in-content-item-selected-text);
|
||||
background-color: var(--in-content-item-selected);
|
||||
}
|
||||
|
||||
|
@ -202,7 +202,7 @@ menulist > menupopup menupopup > menuitem:not([disabled="true"])[_moz-menuactive
|
|||
@media not (-moz-proton) {
|
||||
menulist > menupopup menupopup > menu:not([disabled="true"])[selected="true"],
|
||||
menulist > menupopup menupopup > menuitem:not([disabled="true"])[selected="true"] {
|
||||
color: var(--in-content-selected-text);
|
||||
color: var(--in-content-item-selected-text);
|
||||
background-color: var(--in-content-item-selected);
|
||||
}
|
||||
} /** END not Proton **/
|
||||
|
|
|
@ -488,7 +488,7 @@ checkbox {
|
|||
#identitiesList:focus > richlistitem[selected="true"],
|
||||
#preferencesContainer richlistbox:focus > richlistitem[selected="true"] {
|
||||
background-color: var(--in-content-item-selected);
|
||||
color: var(--in-content-selected-text) !important;
|
||||
color: var(--in-content-item-selected-text) !important;
|
||||
}
|
||||
|
||||
#defaultWebSearch {
|
||||
|
@ -570,7 +570,7 @@ checkbox {
|
|||
/* `transparent` will use the dialogText color in high-contrast themes and
|
||||
when page colors are disabled */
|
||||
border: 1px solid transparent;
|
||||
border-radius: 2.5px;
|
||||
border-radius: 5px;
|
||||
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
|
||||
display: -moz-box;
|
||||
margin: 0;
|
||||
|
|
Загрузка…
Ссылка в новой задаче