Backed out changeset 762d1972d011 (bug 1595743) as req by severin . CLOSED TREE

This commit is contained in:
Narcis Beleuzu 2020-08-26 22:05:56 +03:00
Родитель 5a271cc4ef
Коммит cf64c38045
2 изменённых файлов: 2 добавлений и 7 удалений

Просмотреть файл

@ -662,12 +662,12 @@ toolbar:not(#TabsToolbar) > #personal-bookmarks {
color: -moz-fieldText; color: -moz-fieldText;
min-height: 2.6666em; min-height: 2.6666em;
border-top: 1px solid rgba(38,38,38,.15); border-top: 1px solid rgba(38,38,38,.15);
background-color: hsla(0,0%,80%,.35); /* match light theme arrowpanel-dimmed */; background-color: hsla(0,0%,80%,.35); /* match arrowpanel-dimmed */;
} }
#PopupAutoComplete > richlistbox > richlistitem[originaltype="loginsFooter"]:hover, #PopupAutoComplete > richlistbox > richlistitem[originaltype="loginsFooter"]:hover,
#PopupAutoComplete > richlistbox > richlistitem[originaltype="loginsFooter"][selected] { #PopupAutoComplete > richlistbox > richlistitem[originaltype="loginsFooter"][selected] {
background-color: hsla(0,0%,80%,.5); /* match light theme arrowpanel-dimmed-further */ background-color: hsla(0,0%,80%,.5); /* match arrowpanel-dimmed-further */
} }
/* Define the minimum width based on the style of result rows. /* Define the minimum width based on the style of result rows.

Просмотреть файл

@ -37,11 +37,6 @@
background-color: var(--arrowpanel-dimmed); background-color: var(--arrowpanel-dimmed);
} }
/* Override items that are always light theme to match page content */
#PopupAutoComplete > richlistbox > .autocomplete-richlistitem:hover {
background-color: hsla(0,0%,80%,.35); /* match light theme arrowpanel-dimmed */
}
.autocomplete-richlistitem[selected] { .autocomplete-richlistitem[selected] {
background-color: Highlight; background-color: Highlight;
color: HighlightText; color: HighlightText;