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:
Johann Hofmann 2017-09-28 00:11:17 +02:00
Родитель dda5ec8a69
Коммит 156c046ee3
2 изменённых файлов: 10 добавлений и 0 удалений

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

@ -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);