v2.3.1 -> v2.3.2
[bootswatch] / simplex / bootswatch.less
index fef77dd..da3be29 100755 (executable)
@@ -1,4 +1,4 @@
-// Simplex 2.2.2
+// Simplex 2.3.2
 // Bootswatch.less
 // -----------------------------------------------------
 
@@ -137,6 +137,7 @@ div.subnav {
        font-family: @headingsFontFamily;
 
        &.subnav-fixed {
+               top: @navbarHeight + 1;
                .box-shadow(inset 0 5px #fff~"," @boxShadow);
        }
 
@@ -191,6 +192,11 @@ div.subnav {
                background-color: @bodyBackground;
        }
 
+       & > li.disabled > a:hover {
+               background-color: darken(@bodyBackground, 3%);
+               color: @grayLight;
+       }
+
        .dropdown {
 
                .dropdown-toggle .caret {
@@ -264,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;
@@ -400,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