summaryrefslogtreecommitdiff
path: root/cosmo/bootswatch.less
diff options
context:
space:
mode:
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,