mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
61bf3e55b8
commit
5d2bf923e2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user