зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1391227 - Make buttons in the tab toolbar more opaque. r=dao
MozReview-Commit-ID: AHtVrDXxTLe --HG-- extra : rebase_source : 07c6fd038b329dbdacacf9c8ba25bb508dce8fc9
This commit is contained in:
Родитель
dda5ec8a69
Коммит
156c046ee3
|
@ -326,6 +326,11 @@
|
|||
border-top-right-radius: 2.5px;
|
||||
}
|
||||
|
||||
/* Set to full fill-opacity to improve visibility of toolbar buttons on aero glass. */
|
||||
#TabsToolbar:not(:-moz-lwtheme) {
|
||||
--toolbarbutton-icon-fill-opacity: 1;
|
||||
}
|
||||
|
||||
#toolbar-menubar:not(:-moz-lwtheme) {
|
||||
text-shadow: 0 0 .5em white, 0 0 .5em white, 0 1px 0 rgba(255,255,255,.4);
|
||||
}
|
||||
|
|
|
@ -46,6 +46,11 @@
|
|||
}
|
||||
|
||||
@media (-moz-windows-glass) {
|
||||
/* Set to full fill-opacity to improve visibility of toolbar buttons on aero glass. */
|
||||
#TabsToolbar {
|
||||
--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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче