Bug 968221 - Stop setting a text-shadow for Aero Glass on the tabs toolbar only to remove it from individual tabs later on. r=MattN

This commit is contained in:
Dão Gottwald 2014-02-07 15:33:15 +01:00
parent 61bf3e55b8
commit 5d2bf923e2

View File

@ -132,11 +132,14 @@
#TabsToolbar:not(:-moz-lwtheme) {
background-color: transparent !important;
color: black;
text-shadow: 0 0 .5em white, 0 0 .5em white, 0 1px 0 rgba(255,255,255,.4);
border-left-style: none !important;
border-right-style: none !important;
}
#toolbar-menubar:not(:-moz-lwtheme) {
text-shadow: 0 0 .5em white, 0 0 .5em white, 0 1px 0 rgba(255,255,255,.4);
}
/* Vertical toolbar border */
#main-window[sizemode=normal] #navigator-toolbox::after,
#main-window[sizemode=normal] #navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar) {
@ -197,10 +200,6 @@
border-radius: 4px;
}
.tabbrowser-tab:not(:-moz-lwtheme) {
text-shadow: none;
}
#ctrlTab-panel {
background: transparent;
-moz-appearance: -moz-win-glass;