Browse Source

prevent wrong link button font color

prevents link buttons to be always in a dark color when in a box header
toooni 11 years ago
parent
commit
841ef63f20
1 changed files with 1 additions and 1 deletions
  1. 1 1
      css/AdminLTE.css

+ 1 - 1
css/AdminLTE.css

@@ -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 {