Only color status text, not panel headings (fixes #1039)

This commit is contained in:
Jakob Borg
2014-11-29 13:08:00 +01:00
parent 2748a2e97f
commit 4de39b205d
3 changed files with 20 additions and 15 deletions

View File

@@ -46,11 +46,6 @@ identicon {
height: 30px;
}
.identicon rect {
opacity: 0.85;
fill: #888;
}
.panel-heading .identicon {
display: block;
position: absolute;
@@ -63,10 +58,20 @@ identicon {
overflow: hidden;
}
[class*="-info"] .identicon rect,
[class*="-success"] .identicon rect,
[class*="-primary"] .identicon rect {
fill: #fff;
.identicon rect {
fill: #666;
}
.identicon-success rect {
fill: #2ecc71;
}
.identicon-info rect {
fill: #9b59b6;
}
.identicon-warning rect {
fill: #f1c40f;
}
.identicon-primary rect {
fill: #3498db;
}
.text-monospace {