mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
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:
parent
ac4d02043d
commit
c57f577511
@ -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
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user