summaryrefslogtreecommitdiff
path: root/cosmo/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-07-29 19:02:43 -0400
committerThomas Park <thomas@thomaspark.me>2013-07-29 19:02:43 -0400
commit1852ae78118b068a8c1fe385104461c586fec4d9 (patch)
tree7b85190cd5a6197fa5d0071f8ede661e6baadbdd /cosmo/bootswatch.less
parent721a5f1eedb24017b7a247e95eb408b932d8d7b4 (diff)
cosmo: add control-info state
Diffstat (limited to 'cosmo/bootswatch.less')
-rw-r--r--cosmo/bootswatch.less29
1 files changed, 20 insertions, 9 deletions
diff --git a/cosmo/bootswatch.less b/cosmo/bootswatch.less
index 75697c18..d7c85cf6 100644
--- a/cosmo/bootswatch.less
+++ b/cosmo/bootswatch.less
@@ -362,15 +362,10 @@ div.subnav {
.table {
- tbody tr.success td {
- color: @white;
- }
-
- tbody tr.error td {
- color: @white;
- }
-
- tbody tr.info td {
+ tbody tr.success td,
+ tbody tr.error td,
+ tbody tr.info td,
+ tbody tr.warning td {
color: @white;
}
@@ -434,6 +429,22 @@ input[type="search"], input[type="tel"], input[type="color"] {
}
}
+ &.info {
+
+ .control-label,
+ .help-block,
+ .help-inline {
+ color: @purple;
+ }
+
+ input,
+ select,
+ textarea {
+ border-color: @purple;
+ color: @grayDarker;
+ }
+ }
+
&.success {
.control-label,