Bug 879616 - windows tabclose button fixes, r=mconley

This commit is contained in:
Gijs Kruitbosch 2013-10-25 14:13:40 +02:00
Родитель 686af64168
Коммит 393004ba9f
1 изменённых файлов: 5 добавлений и 1 удалений

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

@ -1503,7 +1503,7 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
list-style-image: url(chrome://browser/skin/tabview/tabview-inverted.png);
}
#main-window[tabsintitlebar]:not([inFullscreen]) .tab-close-button:not(:hover):not([selected="true"]) {
#main-window[tabsintitlebar]:not([inFullscreen]) .tab-close-button:not(:-moz-any(:hover,:-moz-lwtheme,[selected="true"])) {
-moz-image-region: rect(0, 64px, 16px, 48px);
}
@ -1515,6 +1515,10 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
}
%endif
.tab-close-button:not(:hover):not([selected="true"]):-moz-lwtheme-brighttext {
-moz-image-region: rect(0, 64px, 16px, 48px) !important;
}
#main-window[tabsintitlebar]:not([inFullscreen]) .tabbrowser-tab:not([selected]):not(:-moz-lwtheme) {
color: CaptionText;
}