Bug 95632. Account Central doesn't use system colors. Patch by Shuehan Liang <shliang@netscape.com> r=andreww, sr=hewitt

This commit is contained in:
hewitt%netscape.com 2001-11-02 04:38:49 +00:00
parent ac4d02043d
commit c57f577511
2 changed files with 12 additions and 2 deletions

View File

@ -34,9 +34,9 @@
#acctCentralHeaderRow
{
background-color:lightgrey;
font-weightt:bold;
font-weight:bold;
font-size:20px;
margin:5px 5px 5px 5px;
color: #000000;
margin-left: 5px;
margin-right: 5px;
margin-top: 5px;
@ -57,11 +57,13 @@
font-weight:bold;
font-size:15px;
margin-left: 10px;
color: #000000;
}
.acctCentralText
{
font-size:15px;
color: #000000;
}
.acctCentralLinkText

View File

@ -28,6 +28,11 @@
#acctCentralGrid {
background-color:#FFFFFF;
border-left: 1px solid ThreeDShadow;
}
#acctCentralActionsColumn {
border-left: 1px solid ThreeDDarkShadow;
}
#acctCentralHeaderRow {
@ -35,6 +40,7 @@
background-color: lightgrey;
font-weight: bold;
font-size: 20px;
color: #000000;
}
.acctCentralRow {
@ -49,10 +55,12 @@
margin-left: 10px;
font-weight: bold;
font-size: 15px;
color: #000000;
}
.acctCentralText {
font-size: 15px;
color: #000000;
}
.acctCentralLinkText {