2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

form state vars

This commit is contained in:
Mark Otto
2012-11-30 15:38:31 -08:00
parent 0a93bc143d
commit e34b3730b7
8 changed files with 68 additions and 68 deletions
+12 -12
View File
@@ -210,21 +210,21 @@
// Form states and alerts
// -------------------------
@warningText: #c09853;
@warningBackground: #fcf8e3;
@warningBorder: darken(spin(@warningBackground, -10), 3%);
@state-warning-text: #c09853;
@state-warning-background: #fcf8e3;
@state-warning-border: darken(spin(@state-warning-background, -10), 3%);
@errorText: #b94a48;
@errorBackground: #f2dede;
@errorBorder: darken(spin(@errorBackground, -10), 3%);
@state-error-text: #b94a48;
@state-error-background: #f2dede;
@state-error-border: darken(spin(@state-error-background, -10), 3%);
@successText: #468847;
@successBackground: #dff0d8;
@successBorder: darken(spin(@successBackground, -10), 5%);
@state-success-text: #468847;
@state-success-background: #dff0d8;
@state-success-border: darken(spin(@state-success-background, -10), 5%);
@infoText: #3a87ad;
@infoBackground: #d9edf7;
@infoBorder: darken(spin(@infoBackground, -10), 7%);
@state-info-text: #3a87ad;
@state-info-background: #d9edf7;
@state-info-border: darken(spin(@state-info-background, -10), 7%);
// Tooltips and popovers