prevent wrong link button font color

prevents link buttons to be always in a dark color when in a box header
This commit is contained in:
toooni
2014-04-22 12:55:27 +02:00
parent 3395b8b18b
commit 841ef63f20

View File

@@ -1318,7 +1318,7 @@ body > .header .logo .icon {
float: left;
cursor: default;
}
.box .box-header a {
.box .box-header a:not(.btn) {
color: #444;
}
.box .box-header > .box-tools {