bug 68768. failure to fully specify colors in themes. patch by shuehan liang <shliang@netscape.com> r=jag, sr=hewitt

This commit is contained in:
hewitt%netscape.com 2001-11-03 00:28:15 +00:00
parent 3b07f47cf3
commit 93c86a3e7c
2 changed files with 5 additions and 0 deletions

View File

@ -44,12 +44,14 @@ separator.thin {
padding: 10px 0px 10px 10px;
font-size: 180%;
font-weight: bold;
color: #000000;
}
.acctCentralRow {
-moz-binding: url("chrome://global/skin/globalBindings.xml#row-iconic");
margin-left: 10px;
font-size: 125%;
color: #000000;
}
.row-iconic-icon {
@ -61,6 +63,7 @@ separator.thin {
background-color: #C7D0D9;
font-size: 150%;
font-weight: bold;
color: #000000;
}
/* ::::: links ::::: */

View File

@ -184,6 +184,7 @@ sidebarheader {
min-width: 120px;
font-size: 150%;
font-weight: bold;
color: #000000;
}
.cardViewGroup {
@ -207,6 +208,7 @@ sidebarheader {
padding-right: 2px;
padding-left: 20px;
min-width: 30px;
color: #000000;
}
.CardViewLink {