2.2.2 -> 2.3.0
[bootswatch] / spruce / bootswatch.less
index 9476b64..a2f67f0 100755 (executable)
@@ -1,4 +1,4 @@
-// Spruce 2.2.2
+// Spruce 2.3.0
 // Bootswatch
 // -----------------------------------------------------
 
@@ -129,6 +129,10 @@ blockquote {
 
        &-inverse {
 
+               .navbar-search .search-query {
+                       color: @gray;
+               }
+
                .dropdown-menu {
                        background-color: @navbarInverseLinkBackgroundHover;
 
@@ -145,7 +149,7 @@ blockquote {
                        }
 
                        .nav-header {
-                               color: @headingsColor;
+                               color: @gray;
                        }
                }
 
@@ -182,10 +186,8 @@ blockquote {
 
 div.subnav {
 
-       background-color: @green;
-       background-image: none;
+       background: @green none;
        border-color: transparent;
-       .border-radius(0);
 
        .nav > li > a {
                padding: 12px 12px 10px;
@@ -318,7 +320,7 @@ div.subnav {
 
        .divider {
                background-color: transparent;
-               border-bottom: 1px solid @headingsColor;
+               border-bottom: 1px solid @grayLight;
        }
 }
 
@@ -328,7 +330,6 @@ div.subnav {
        background-image: none;
        .box-shadow(none);
        border-color: transparent;
-       .border-radius(0);
 
        li {
                color: @white;
@@ -360,7 +361,6 @@ div.subnav {
                background-image: none;
                .box-shadow(none);
                border-color: transparent;
-               .border-radius(0);
        }
 
 
@@ -415,7 +415,6 @@ div.subnav {
 // --------------------------------------------------
 
 .btn {
-       .border-radius(0);
        font-family: @headingsFontFamily;
        font-weight: @headingsFontWeight;
     text-shadow: none;
@@ -432,25 +431,6 @@ div.subnav {
 // TABLES
 // --------------------------------------------------
 
-.table,
-.table.table-bordered,
-.table.table-striped {
-       .border-radius(0);
-}
-
-.table-bordered thead:first-child tr:first-child th:first-child,
-.table-bordered tbody:first-child tr:first-child td:first-child,
-.table-bordered thead:first-child tr:first-child th:last-child,
-.table-bordered tbody:first-child tr:first-child td:last-child,
-.table-bordered tbody:last-child tr:last-child td:first-child, {
-       .border-radius(0);
-}
-
-.table thead tr th:first-child,
-.table tbody tr td:first-child {
-       // border-left: none;
-}
-
 .table th,
 .table-striped tbody tr:nth-child(odd) th {
        background-color: @green;
@@ -496,7 +476,6 @@ input, textarea, select {
 
 .form-actions {
        border-top: none;
-       .border-radius(4px);
 }
 
 .control-group {
@@ -600,22 +579,16 @@ input, textarea, select {
 
 .well {
        border: none;
-       .border-radius(0);
        .box-shadow(none);
 }
 
 .hero-unit {
        border: none;
-       .border-radius(0);
 }
 
 .thumbnail {
        border: none;
        .box-shadow(none);
-
-       img {
-               .border-radius(4px);
-       }
 }
 
 .dropdown-menu .nav-header {
@@ -656,10 +629,6 @@ input, textarea, select {
                        color: @textColor;
                }
        }
-
-       &-footer {
-               .border-radius(0 0 4px 4px);
-       }
 }
 
 .popover {