From 1852ae78118b068a8c1fe385104461c586fec4d9 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Mon, 29 Jul 2013 19:02:43 -0400 Subject: cosmo: add control-info state --- cosmo/bootswatch.less | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) (limited to 'cosmo/bootswatch.less') diff --git a/cosmo/bootswatch.less b/cosmo/bootswatch.less index 75697c18..d7c85cf6 100644 --- a/cosmo/bootswatch.less +++ b/cosmo/bootswatch.less @@ -362,15 +362,10 @@ div.subnav { .table { - tbody tr.success td { - color: @white; - } - - tbody tr.error td { - color: @white; - } - - tbody tr.info td { + tbody tr.success td, + tbody tr.error td, + tbody tr.info td, + tbody tr.warning td { color: @white; } @@ -434,6 +429,22 @@ input[type="search"], input[type="tel"], input[type="color"] { } } + &.info { + + .control-label, + .help-block, + .help-inline { + color: @purple; + } + + input, + select, + textarea { + border-color: @purple; + color: @grayDarker; + } + } + &.success { .control-label, -- cgit v1.2.3