Bug 1404246 - Fix disabled scroll buttons in the tabs toolbar on Windows properly. r=dao

MozReview-Commit-ID: AjBDcRXjoFt

--HG--
extra : rebase_source : 0e29d3d4f74daf383c72dd96ea828092457dcf2c
This commit is contained in:
Johann Hofmann 2017-09-29 12:03:00 +02:00
Родитель d918302551
Коммит 333ae6019a
3 изменённых файлов: 3 добавлений и 4 удалений

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

@ -601,6 +601,7 @@ tabbrowser {
-moz-context-properties: fill, fill-opacity;
fill: currentColor;
fill-opacity: var(--toolbarbutton-icon-fill-opacity);
color: inherit;
}
.tabbrowser-arrowscrollbox > .scrollbutton-up:-moz-locale-dir(rtl),

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

@ -115,8 +115,7 @@
--tabs-border: #4A4A4F;
}
#TabsToolbar:not(:-moz-lwtheme),
#TabsToolbar:not(:-moz-lwtheme) toolbarbutton[disabled="true"] {
#TabsToolbar:not(:-moz-lwtheme) {
color: hsl(240,9%,98%);
}

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

@ -27,8 +27,7 @@
@media (-moz-os-version: windows-win7) {
@media (-moz-windows-default-theme) {
/* Always show light toolbar elements on aero surface. */
#TabsToolbar,
#TabsToolbar toolbarbutton[disabled="true"] {
#TabsToolbar {
color: hsl(240,9%,98%);
}