webui: use dark color for facet titles without pkey

Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
This commit is contained in:
Petr Vobornik
2014-06-10 10:23:29 +02:00
parent 29f60931e2
commit 2df5e0b132
2 changed files with 6 additions and 1 deletions
+4
View File
@@ -74,6 +74,10 @@ textarea[readonly] {
color: gray;
}
.facet-title.no-pkey {
color: inherit;
}
.facet-pkey {
color:black;
text-transform: none;