зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
e43ba9dc0b
Коммит
6fb5431d7e
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче