diff options
| author | Mark Otto <[email protected]> | 2012-11-30 15:38:31 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-30 15:38:31 -0800 |
| commit | e34b3730b7a3a46b1b4dcbf3d5cab9bf2cbc94b1 (patch) | |
| tree | 4d4b0c742366b937b194f98b6c2203edf398116b /less/type.less | |
| parent | 0a93bc143d8b45a365ee983b05e64699081ddc5f (diff) | |
| download | bootstrap-e34b3730b7a3a46b1b4dcbf3d5cab9bf2cbc94b1.tar.xz bootstrap-e34b3730b7a3a46b1b4dcbf3d5cab9bf2cbc94b1.zip | |
form state vars
Diffstat (limited to 'less/type.less')
| -rw-r--r-- | less/type.less | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/less/type.less b/less/type.less index 2f6dc9a9b..feb2388f5 100644 --- a/less/type.less +++ b/less/type.less @@ -31,17 +31,17 @@ cite { font-style: normal; } .muted { color: @grayLight; } a.muted:hover { color: darken(@grayLight, 10%); } -.text-warning { color: @warningText; } -a.text-warning:hover { color: darken(@warningText, 10%); } +.text-warning { color: @state-warning-text; } +a.text-warning:hover { color: darken(@state-warning-text, 10%); } -.text-error { color: @errorText; } -a.text-error:hover { color: darken(@errorText, 10%); } +.text-error { color: @state-error-text; } +a.text-error:hover { color: darken(@state-error-text, 10%); } -.text-info { color: @infoText; } -a.text-info:hover { color: darken(@infoText, 10%); } +.text-info { color: @state-info-text; } +a.text-info:hover { color: darken(@state-info-text, 10%); } -.text-success { color: @successText; } -a.text-success:hover { color: darken(@successText, 10%); } +.text-success { color: @state-success-text; } +a.text-success:hover { color: darken(@state-success-text, 10%); } // Headings |
