amelia, slate, spruce: closes #75, hrBorder color
[bootswatch] / spruce / bootswatch.less
index 4cc96fa..40de1a2 100755 (executable)
@@ -1,4 +1,4 @@
-// Spruce 2.2.1
+// Spruce 2.3.0
 // Bootswatch
 // -----------------------------------------------------
 
@@ -6,7 +6,7 @@
 // TYPOGRAPHY
 // --------------------------------------------------
 
-@import url(http://fonts.googleapis.com/css?family=Crete+Round);
+@import url(//fonts.googleapis.com/css?family=Crete+Round);
 
 h1 > small,
 h2 > small,
@@ -36,8 +36,7 @@ h6 > small,
 }
 
 hr {
-       border-top: none;
-       border-bottom: 2px solid @headingsColor;
+       border-bottom: none;
 }
 
 blockquote {
@@ -129,6 +128,10 @@ blockquote {
 
        &-inverse {
 
+               .navbar-search .search-query {
+                       color: @gray;
+               }
+
                .dropdown-menu {
                        background-color: @navbarInverseLinkBackgroundHover;
 
@@ -145,7 +148,7 @@ blockquote {
                        }
 
                        .nav-header {
-                               color: @headingsColor;
+                               color: @gray;
                        }
                }
 
@@ -182,10 +185,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 +319,7 @@ div.subnav {
 
        .divider {
                background-color: transparent;
-               border-bottom: 1px solid @headingsColor;
+               border-bottom: 1px solid @grayLight;
        }
 }
 
@@ -328,7 +329,6 @@ div.subnav {
        background-image: none;
        .box-shadow(none);
        border-color: transparent;
-       .border-radius(0);
 
        li {
                color: @white;
@@ -360,7 +360,6 @@ div.subnav {
                background-image: none;
                .box-shadow(none);
                border-color: transparent;
-               .border-radius(0);
        }
 
 
@@ -415,7 +414,6 @@ div.subnav {
 // --------------------------------------------------
 
 .btn {
-       .border-radius(0);
        font-family: @headingsFontFamily;
        font-weight: @headingsFontWeight;
     text-shadow: none;
@@ -432,25 +430,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,12 +475,24 @@ input, textarea, select {
 
 .form-actions {
        border-top: none;
-       .border-radius(4px);
+}
+
+.control-group {
+
+       &.warning,
+       &.error,
+       &.success {
+
+               .control-label {
+                       color: @textColor;
+               }
+       }
 }
 
 .control-group.error {
 
-       label, .help-block, .help-inline {
+       .help-block,
+       .help-inline {
                color: @red;
        }
 
@@ -513,7 +504,8 @@ input, textarea, select {
 
 .control-group.success {
 
-       label, .help-block, .help-inline {
+       .help-block,
+       .help-inline {
                color: @green;
        }
 
@@ -525,7 +517,8 @@ input, textarea, select {
 
 .control-group.warning {
 
-       label, .help-block, .help-inline {
+       .help-block,
+       .help-inline {
                color: @orange;
        }
 
@@ -585,22 +578,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 {
@@ -641,10 +628,6 @@ input, textarea, select {
                        color: @textColor;
                }
        }
-
-       &-footer {
-               .border-radius(0 0 4px 4px);
-       }
 }
 
 .popover {