Bug 347583 - Theme preview on Linux has incorrect background color and mgr. lists don't have borders. r=gavin

git-svn-id: svn://10.0.0.236/trunk@206700 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rob_strong%exchangecode.com
2006-08-07 02:36:11 +00:00
parent a55d3fc5ad
commit b3007d97d2
2 changed files with 24 additions and 0 deletions

View File

@@ -7,6 +7,14 @@
min-width:1px;
}
richlistbox {
border: 2px solid;
-moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
-moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
-moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
-moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
}
#getMore {
text-align: right;
}
@@ -138,10 +146,21 @@ richlistitem[selected="true"][opType="none"] .descriptionCrop {
#themePreviewArea {
-moz-appearance: listbox;
border: 2px solid;
-moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
-moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
-moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
-moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
background-color: -moz-Field;
color: -moz-FieldText;
overflow: auto;
width: 0px;
}
#themeSplitter {
border-width: 0;
}
.addonIcon {
width: 32px;
max-width: 32px;

View File

@@ -4,6 +4,11 @@
#itemList {
margin: 10px 4px 10px 4px;
border: 2px solid;
-moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
-moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
-moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
-moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
background-color: -moz-Field;
color: -moz-FieldText;
}