Bug 539365 - Lightweight themes text-shadow exists on print-preview screen. r=gavin

This commit is contained in:
Dão Gottwald 2010-01-15 09:20:08 +01:00
parent 72f78edde2
commit 42233b71c8
8 changed files with 8 additions and 2 deletions

View File

@ -6,7 +6,7 @@
border-style: none;
}
#print-preview-toolbar {
#print-preview-toolbar:not(:-moz-lwtheme) {
-moz-appearance: -moz-win-browsertabbar-toolbox;
}

View File

@ -67,7 +67,7 @@
border-top: none;
}
#print-preview-toolbar {
#print-preview-toolbar:not(:-moz-lwtheme) {
-moz-appearance: toolbox;
}

View File

@ -55,6 +55,7 @@ button {
-moz-border-left-colors: transparent ThreeDHighlight ThreeDLightShadow;
background-color: ThreeDFace;
color: ButtonText;
text-shadow: none;
}
.button-box {

View File

@ -51,6 +51,7 @@ menulist {
margin: 2px 4px;
color: -moz-DialogText;
font: menu;
text-shadow: none;
}
.menulist-label-box {

View File

@ -52,6 +52,7 @@ button {
margin: 5px 6px 3px;
min-width: 79px;
color: ButtonText;
text-shadow: none;
}
.button-text {

View File

@ -51,6 +51,7 @@ menulist {
margin: 5px 2px 3px;
min-height: 20px !important;
color: -moz-DialogText;
text-shadow: none;
}
listbox menulist:not([disabled]) {

View File

@ -55,6 +55,7 @@ button {
-moz-border-left-colors: transparent ThreeDHighlight ThreeDLightShadow;
background-color: ThreeDFace;
color: ButtonText;
text-shadow: none;
}
.button-box {

View File

@ -55,6 +55,7 @@ menulist {
-moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
background-color: -moz-Field;
color: -moz-FieldText;
text-shadow: none;
}
.menulist-label-box {