diff options
| author | Mark Otto <[email protected]> | 2012-01-26 11:10:16 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-26 11:10:16 -0800 |
| commit | 358e3a53f77398363ba53108e6d2b1cdfaebf2c6 (patch) | |
| tree | 511a8da7d3a9f70cf10fdbc41fed1992d275b518 /lib/labels.less | |
| parent | b8c1950cbfbb48d49f79b1e36f8c8294b19ed57d (diff) | |
| parent | edef89f30efd73e5fca9952eef48136f8264aa93 (diff) | |
| download | bootstrap-358e3a53f77398363ba53108e6d2b1cdfaebf2c6.tar.xz bootstrap-358e3a53f77398363ba53108e6d2b1cdfaebf2c6.zip | |
Merge branch 'phopkins-ie_buttons' into 2.0-wip
Diffstat (limited to 'lib/labels.less')
| -rw-r--r-- | lib/labels.less | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/labels.less b/lib/labels.less index 114bc85b5..06dc7f3c0 100644 --- a/lib/labels.less +++ b/lib/labels.less @@ -9,8 +9,8 @@ text-transform: uppercase; background-color: @grayLight; .border-radius(3px); - &.important { background-color: #c43c35; } + &.important { background-color: @errorText; } &.warning { background-color: @orange; } - &.success { background-color: @green; } - &.notice { background-color: lighten(@blue, 25%); } + &.success { background-color: @successText; } + &.info { background-color: @infoText; } } |
