summaryrefslogtreecommitdiff
path: root/simplex/bootswatch.less
diff options
context:
space:
mode:
Diffstat (limited to 'simplex/bootswatch.less')
-rwxr-xr-xsimplex/bootswatch.less13
1 files changed, 10 insertions, 3 deletions
diff --git a/simplex/bootswatch.less b/simplex/bootswatch.less
index 4a2b5975..11ef0cc5 100755
--- a/simplex/bootswatch.less
+++ b/simplex/bootswatch.less
@@ -192,6 +192,11 @@ div.subnav {
background-color: @bodyBackground;
}
+ & > li.disabled > a:hover {
+ background-color: darken(@bodyBackground, 3%);
+ color: @grayLight;
+ }
+
.dropdown {
.dropdown-toggle .caret {
@@ -265,6 +270,10 @@ div.subnav {
color: @linkColor;
}
+ & > li.disabled > a:hover {
+ color: @grayLight;
+ }
+
.dropdown .dropdown-toggle .caret {
border-top-color: @textColor;
border-bottom-color: @textColor;
@@ -401,11 +410,9 @@ legend {
// -----------------------------------------------------
.label {
- padding: 4px 4px 3px;
+ padding: 6px 12px;
margin-left: 1px;
margin-right: 1px;
- line-height: 26px;
- font-weight: normal;
}
// MISCELLANEOUS