update to bootstrap v2.2.2
[bootswatch] / cosmo / bootswatch.less
index 2edfd97..ae85b13 100644 (file)
@@ -1,4 +1,4 @@
-// Cosmo 2.2.1
+// Cosmo 2.2.2
 // Bootswatch
 // -----------------------------------------------------
 
@@ -6,7 +6,7 @@
 // TYPOGRAPHY
 // -----------------------------------------------------
 
-@import url('http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700');
+@import url('https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700');
 
 body {
        font-weight: 300;
@@ -92,12 +92,18 @@ blockquote {
 
        &-inverse {
 
+               .brand,
+               .nav > li > a {
+                       text-shadow: none;
+               }
 
+               .brand:hover,
                .nav > .active > a,
                .nav > .active > a:hover,
                .nav > .active > a:focus {
-                       .box-shadow(none);
                        background-color: @navbarInverseLinkBackgroundHover;
+                       .box-shadow(none);
+                       color: @white;
                }
 
                .navbar-search .search-query {
@@ -298,8 +304,6 @@ div.subnav {
 // -----------------------------------------------------
 
 .btn {
-
-       padding: 5px 12px;
        background-image: none;
        .box-shadow(none);
        border: none;
@@ -309,14 +313,6 @@ div.subnav {
        &.disabled {
                box-shadow: inset 0 2px 4px rgba(0,0,0,.15),~" "0 1px 2px rgba(0,0,0,.05);
        }
-
-       &-large {
-               padding: 22px 30px;
-       }
-
-       &-mini {
-               padding: 2px 6px;
-       }
 }
 
 .btn-group {
@@ -379,7 +375,7 @@ input[type="search"], input[type="tel"], input[type="color"] {
 
        &.warning {
 
-               & > label,
+               .control-label,
                .help-block,
                .help-inline {
                        color: @orange;
@@ -395,7 +391,7 @@ input[type="search"], input[type="tel"], input[type="color"] {
 
        &.error {
 
-               & > label,
+               .control-label,
                .help-block,
                .help-inline {
                        color: @red;
@@ -411,7 +407,7 @@ input[type="search"], input[type="tel"], input[type="color"] {
 
        &.success {
 
-               & > label,
+               .control-label,
                .help-block,
                .help-inline {
                        color: @green;
@@ -471,11 +467,11 @@ legend {
        }
 
        &-info {
-               background-color: @blue;
+               background-color: @purple;
        }
 
        &-inverse {
-               background-color: @gray;
+               background-color: @black;
        }
 }
 
@@ -494,11 +490,11 @@ legend {
        }
 
        &-info {
-               background-color: @blue;
+               background-color: @purple;
        }
 
        &-inverse {
-               background-color: @gray;
+               background-color: @black;
        }
 }