summaryrefslogtreecommitdiff
path: root/spacelab/bootswatch.less
diff options
context:
space:
mode:
Diffstat (limited to 'spacelab/bootswatch.less')
-rwxr-xr-xspacelab/bootswatch.less6
1 files changed, 5 insertions, 1 deletions
diff --git a/spacelab/bootswatch.less b/spacelab/bootswatch.less
index a73a61e0..1dff3fee 100755
--- a/spacelab/bootswatch.less
+++ b/spacelab/bootswatch.less
@@ -106,7 +106,7 @@
.navbar-inverse .nav-collapse {
.nav li > a {
- color: @grayLighter;
+ color: @grayLight !important;
&:hover {
background-color: @linkColor !important;
@@ -223,6 +223,10 @@ div.subnav {
.formFieldState(#2BA949, #2BA949, @successBackground);
}
+.control-group.info {
+ .formFieldState(@blue, @blue, @infoBackground);
+}
+
// DROPDOWNS
// -----------------------------------------------------