зеркало из https://github.com/mozilla/gecko-dev.git
Bug 879616 - windows tabclose button fixes, r=mconley
This commit is contained in:
Родитель
686af64168
Коммит
393004ba9f
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче