Bug 473882 - Fix pane selectors and page info to look good on dark themes. r=rflint

This commit is contained in:
Michael Ventnor 2009-02-18 20:05:02 +01:00
parent 56fca240bf
commit 4d352f3f98
3 changed files with 11 additions and 0 deletions

View File

@ -50,6 +50,12 @@
min-width: 4.5em;
margin: 0;
padding: 3px;
color: -moz-FieldText;
}
#viewGroup radio[selected="true"] {
background-color: Highlight;
color: HighlightText;
}
.viewSelector {
@ -210,6 +216,7 @@ treechildren::-moz-tree-cell-text(broken) {
-moz-padding-end: 7px;
min-height: 25px;
border-bottom: 1px dotted #C0C0C0;
color: -moz-FieldText;
}
#feedListbox richlistitem[selected="true"] {
@ -246,6 +253,7 @@ treechildren::-moz-tree-cell-text(broken) {
-moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
-moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
background-color: -moz-field;
color: -moz-FieldText;
}
#permList > vbox {
@ -263,6 +271,7 @@ treechildren::-moz-tree-cell-text(broken) {
#permList > vbox:hover {
background-color: -moz-dialog;
color: -moz-DialogText;
}
/* Security Tab */

View File

@ -74,6 +74,7 @@ radio[pane] {
min-width: 4.5em;
margin: 0;
padding: 3px;
color: -moz-FieldText;
}
.paneSelector {

View File

@ -368,6 +368,7 @@ vbox[typeName="status"][type="header-recommended"] {
margin: 0;
padding: 3px;
list-style-image: url("chrome://mozapps/skin/extensions/viewButtons.png");
color: -moz-FieldText;
}
#viewGroup radio[selected="true"] {