зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
435b92138b
Коммит
3dce80da20
|
@ -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 ::::: */
|
||||
|
|
|
@ -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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче