From a22a382f4a240e068b11c0b54b35deac6ecd1a00 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Wed, 29 Aug 2012 15:32:26 -0400 Subject: spacelab: tweak link and button colors --- spacelab/bootswatch.less | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'spacelab/bootswatch.less') diff --git a/spacelab/bootswatch.less b/spacelab/bootswatch.less index 5654b6a6..69ac5728 100755 --- a/spacelab/bootswatch.less +++ b/spacelab/bootswatch.less @@ -157,6 +157,24 @@ div.subnav { // BUTTONS // ----------------------------------------------------- +.btn { + + + &-info, + &-info:hover, + &-info.disabled { + + color: @textColor; + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3); + + .caret { + border-top-color: @textColor; + border-bottom-color: @textColor; + } + } + +} + /*.btn { .buttonBackground(#F4F4F4, #ECECEC); color: @textColor; -- cgit v1.2.3