From 841ef63f204f8bc816719df71d924a8228965fc7 Mon Sep 17 00:00:00 2001 From: toooni Date: Tue, 22 Apr 2014 12:55:27 +0200 Subject: [PATCH] prevent wrong link button font color prevents link buttons to be always in a dark color when in a box header --- css/AdminLTE.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/AdminLTE.css b/css/AdminLTE.css index d24a3dc1..2fc7b1dd 100644 --- a/css/AdminLTE.css +++ b/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 { -- GitLab