Bug 1439789 - Menu bar light/dark themes should have glass text-shadow on Windows 7. r=dao

MozReview-Commit-ID: 42CvhqjPrMD

--HG--
extra : rebase_source : 4398326fc3c02f6dc890933139529db19995ee42
This commit is contained in:
Tim Nguyen 2018-02-21 20:41:26 +00:00
Родитель e43ba9dc0b
Коммит 6fb5431d7e
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -61,6 +61,11 @@
--toolbarbutton-icon-fill-opacity: 1;
}
/* Make the menubar text readable on aero glass (copied from browser-aero.css). */
#toolbar-menubar {
text-shadow: 0 0 .5em white, 0 0 .5em white, 0 1px 0 rgba(255,255,255,.4);
}
#main-menubar:not(:-moz-window-inactive) {
background-color: rgba(255,255,255,.5);
color: black;