Bug 626498: Selected category title text in add-ons manager should not be bold. r=Unfocused, a=beltzner

This commit is contained in:
Jennifer Boriss 2011-01-20 13:46:36 -08:00
parent 808be7d00b
commit c551055dd3
3 changed files with 0 additions and 3 deletions

View File

@ -211,7 +211,6 @@
background-color: -moz-Field;
color: -moz-FieldText;
border-color: ThreeDShadow;
font-weight: bold;
}
.category-name {

View File

@ -231,7 +231,6 @@
.category[selected] {
background-color: rgba(255, 255, 255, 0.35);
color: -moz-dialogtext;
font-weight: bold;
border-color: rgba(50, 65, 92, 0.4);
-moz-border-end-color: #C9CFD7;
}

View File

@ -296,7 +296,6 @@
.category[selected] {
background-color: rgba(255, 255, 255, 0.4);
color: #252F3B;
font-weight: bold;
border-color: #C3CEDF;
-moz-border-end-color: #E2E9F2;
}