Bug 508787: tags are invisible (white on white), r=gavin

This commit is contained in:
Vivien Nicolas 2009-08-17 16:28:19 -04:00
parent 3ebbec8f5d
commit 06ff1bf5e1
2 changed files with 10 additions and 2 deletions

View File

@ -539,13 +539,17 @@ autocompleteresult {
}
.autocomplete-item-tags {
color: black;
font-size: 11.75pt !important;
font-weight: lighter;
}
.autocomplete-item-tags[favorite=true]:after {
float: right;
position: relative;
top: -3pt;
content: url(images/star-24.png);
margin: 1.6mm 2mm 0mm 1.5mm;
margin: 0mm 2mm 0mm 1.5mm;
}
.autocomplete-item-image {

View File

@ -326,13 +326,17 @@ autocompleteresult {
}
.autocomplete-item-tags {
color :black;
font-size: 8pt !important;
font-weight: lighter;
}
.autocomplete-item-tags[favorite=true]:after {
float: right;
position: relative;
top: -6pt;
content: url(images/star-24.png);
margin: 1.6mm 2mm 0mm 1.5mm;
margin: 0mm 2mm 0mm 1.5mm;
}
.autocomplete-item-image {