diff options
| author | Mark Otto <[email protected]> | 2011-08-25 22:52:21 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-08-25 22:52:21 -0700 |
| commit | 0758f64045645849b21164149428719a005da1cb (patch) | |
| tree | dfc979ee31d699cc5637fbdd5c392ed670fcbb5c /lib | |
| parent | 7d821f18acf04cddd1067ee612773ce2f98cb4ac (diff) | |
| download | bootstrap-0758f64045645849b21164149428719a005da1cb.tar.xz bootstrap-0758f64045645849b21164149428719a005da1cb.zip | |
updated classnames in the docs for the alerts, updated colors on error and info alerts/buttons
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/preboot.less | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/lib/preboot.less b/lib/preboot.less index 5191c5cc5..eb43301fa 100644 --- a/lib/preboot.less +++ b/lib/preboot.less @@ -188,11 +188,10 @@ border-color: @secondaryColor @secondaryColor darken(@secondaryColor, 15%); border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) fadein(rgba(0,0,0,.1), 15%); } - // Shared colors for buttons and alerts - .btn, .alert-message { + // Set text color &.danger, &.danger:hover, &.error, @@ -203,18 +202,18 @@ &.info:hover { color: @white } - + // Danger and error appear as red &.danger, &.error { - .gradientBar(#f56a66, #d6463e); + .gradientBar(#ee5f5b, #c43c35); } - + // Success appears as green &.success { .gradientBar(#62c462, #57a957); } - + // Info appears as a neutral blue &.info { - .gradientBar(#6bd0ee, #36b3d9); + .gradientBar(#5bc0de, #339bb9); } } |
