Bug 1452674 - Firefox Update door-hanger highlight state in Dark theme needs updating. r=ntim,jaws

This patch updates  entry in #appMenu-popup to have white text and green background when a dark theme is active

MozReview-Commit-ID: tXTfTSNOdi

--HG--
extra : rebase_source : 0bb5757fffbf61b2e49b0f4a00b9abe64b1b8b4c
This commit is contained in:
Vivek Dhingra 2018-04-13 18:04:21 -04:00
Родитель ca43a015dc
Коммит 1227f9237f
1 изменённых файлов: 13 добавлений и 0 удалений

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

@ -765,6 +765,19 @@ toolbarbutton[constrain-size="true"][cui-areatype="menu-panel"] > .toolbarbutton
background-color: hsl(96,65%,75%);
}
:root[lwt-popup-brighttext] .panel-banner-item:not([disabled]) {
background-color: rgba(48,230,11,.1);
color: #F9F9FA;
}
:root[lwt-popup-brighttext] .panel-banner-item:not([disabled]):hover {
background-color: rgba(48,230,11,.15);
}
:root[lwt-popup-brighttext] .panel-banner-item:not([disabled]):active {
background-color: rgba(48,230,11,.2);
}
#customization-palette .toolbarbutton-multiline-text,
#customization-palette .toolbarbutton-text {
display: none;