From 260a7893c85b6e29ad4b51eccd8312eaed10ec58 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Tue, 6 Aug 2013 18:53:16 -0400 Subject: amelia, spruce: fixes text state colors, closes #122 --- 2/amelia/bootswatch.less | 40 ++++++++++++++++++---------------------- 1 file changed, 18 insertions(+), 22 deletions(-) (limited to '2/amelia/bootswatch.less') diff --git a/2/amelia/bootswatch.less b/2/amelia/bootswatch.less index 643d65e6..31c1a21c 100755 --- a/2/amelia/bootswatch.less +++ b/2/amelia/bootswatch.less @@ -39,6 +39,22 @@ blockquote { color: rgba(255, 255, 255, 0.6); } +.text-warning { + color: lighten(@yellow, 30%); +} + +.text-error { + color: lighten(@orange, 30%); +} + +.text-success { + color: lighten(@green, 30%); +} + +.text-info { + color: lighten(@blue, 30%); +} + // SCAFFOLDING // ----------------------------------------------------- @@ -747,33 +763,13 @@ input, textarea, .search-query, .uneditable-input, &-header { background-color: @navbarBackground; + border-bottom: none; color: @white; } &-body { - color: @grayDark; - - h1, h2, h3, h4, h5, h6, - legend { - color: @red; - } - - label, - .input-file { - color: @grayDark; - } - - .help-block, - .help-inline { - color: @grayLight; - } - - textarea, - input, - .uneditable-input { - border: 1px solid @grayLight; - } + background-color: @wellBackground; } } -- cgit v1.2.3