Bug 616699 - Address Book Output Panel does not read (or overrides) GTK theme settings for background, text color. r=Neil
--- a/suite/themes/classic/messenger/addressbook/addressbook.css
+++ b/suite/themes/classic/messenger/addressbook/addressbook.css
@@ -162,29 +162,30 @@
#CardViewBox {
-moz-user-focus: ignore;
overflow: auto;
min-width: 150px;
border-left: 1px solid ThreeDDarkShadow;
border-top: 1px solid ThreeDDarkShadow;
border-bottom: 1px solid ThreeDLightShadow;
border-right: 1px solid ThreeDLightShadow;
- background-color: #FFFFFF;
+ background-color: -moz-Field;
+ color: -moz-FieldText;
}
#CardViewInnerBox {
margin-top: 2px;
margin-bottom: 2px;
padding: 0 8px;
}
#CardTitle {
font-size: 150%;
font-weight: bold;
- border-bottom: 2px solid black;
+ border-bottom: 2px solid -moz-FieldText;
min-width: 120px;
margin: 0px;
}
.cardViewGroup {
margin-top: 8px;
padding-bottom: 5px;
min-width: 50px;
@@ -209,18 +210,18 @@
.CardViewLink {
-moz-padding-start: 20px;
-moz-padding-end: 2px;
min-width: 30px;
margin: 0px;
}
.CardViewLink {
- color: blue;
text-decoration: underline;
+ color: -moz-nativehyperlinktext;
cursor: pointer;
}
#cvHomeMapIt, #cvWorkMapIt {
margin-bottom: 0px;
}