style: Fix darkblue for the facts list.

This commit is contained in:
Daniele Sluijters
2014-03-13 14:05:11 +01:00
parent 3aaeeff99b
commit 022abd9a4a
2 changed files with 11 additions and 1 deletions

View File

@@ -63,3 +63,13 @@ th.tablesorter-headerDesc::after {
.ui.darkblue.header, i.darkblue {
color:#2C3E50;
}
.ui.labels .darkblue.label::before, .ui.darkblue.labels .label::before, .ui.darkblue.label::before {
background-color:#2C3E50;
}
.ui.darkblue.labels .label, .ui.darkblue.label {
background-color:#2C3E50;
border-color:#2C3E50;
color:#FFF;
}