prevent wrong link button font color

prevents link buttons to be always in a dark color when in a box header
pull/33/head
toooni 2014-04-22 12:55:27 +02:00
parent 3395b8b18b
commit 841ef63f20
1 changed files with 1 additions and 1 deletions

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 {