Bug 1505334 - Fix --toolbarbutton-icon-fill-opacity override for the tabs toolbar using the Dark / Light themes on Aero Glass. r=ntim

Differential Revision: https://phabricator.services.mozilla.com/D11160

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Dão Gottwald 2018-11-07 11:54:55 +00:00
Родитель c5b96773e4
Коммит 395e7c8311
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -59,9 +59,9 @@
}
@media (-moz-windows-glass) {
/* Set to full fill-opacity to improve visibility of toolbar buttons on aero glass. */
/* Use opaque white icons on Aero Glass. */
#TabsToolbar {
--toolbarbutton-icon-fill-opacity: 1;
--lwt-toolbarbutton-icon-fill: white;
}
/* Make the menubar text readable on aero glass (copied from browser-aero.css). */