mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug 539365 - Lightweight themes text-shadow exists on print-preview screen. r=gavin
This commit is contained in:
parent
72f78edde2
commit
42233b71c8
@ -6,7 +6,7 @@
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
#print-preview-toolbar {
|
||||
#print-preview-toolbar:not(:-moz-lwtheme) {
|
||||
-moz-appearance: -moz-win-browsertabbar-toolbox;
|
||||
}
|
||||
|
||||
|
@ -67,7 +67,7 @@
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
#print-preview-toolbar {
|
||||
#print-preview-toolbar:not(:-moz-lwtheme) {
|
||||
-moz-appearance: toolbox;
|
||||
}
|
||||
|
||||
|
@ -55,6 +55,7 @@ button {
|
||||
-moz-border-left-colors: transparent ThreeDHighlight ThreeDLightShadow;
|
||||
background-color: ThreeDFace;
|
||||
color: ButtonText;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.button-box {
|
||||
|
@ -51,6 +51,7 @@ menulist {
|
||||
margin: 2px 4px;
|
||||
color: -moz-DialogText;
|
||||
font: menu;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.menulist-label-box {
|
||||
|
@ -52,6 +52,7 @@ button {
|
||||
margin: 5px 6px 3px;
|
||||
min-width: 79px;
|
||||
color: ButtonText;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.button-text {
|
||||
|
@ -51,6 +51,7 @@ menulist {
|
||||
margin: 5px 2px 3px;
|
||||
min-height: 20px !important;
|
||||
color: -moz-DialogText;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
listbox menulist:not([disabled]) {
|
||||
|
@ -55,6 +55,7 @@ button {
|
||||
-moz-border-left-colors: transparent ThreeDHighlight ThreeDLightShadow;
|
||||
background-color: ThreeDFace;
|
||||
color: ButtonText;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.button-box {
|
||||
|
@ -55,6 +55,7 @@ menulist {
|
||||
-moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
|
||||
background-color: -moz-Field;
|
||||
color: -moz-FieldText;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.menulist-label-box {
|
||||
|
Loading…
Reference in New Issue
Block a user