spruce: lighten border and divider colors
[bootswatch] / spruce / bootstrap.css
index 0cf6cea..59b744a 100644 (file)
@@ -1,4 +1,4 @@
-@import url(http://fonts.googleapis.com/css?family=Crete+Round);
+@import url(//fonts.googleapis.com/css?family=Crete+Round);
 /*!
  * Bootstrap v2.2.2
  *
@@ -1676,7 +1676,7 @@ table {
   line-height: 21px;
   text-align: left;
   vertical-align: top;
-  border-top: 1px solid #333333;
+  border-top: 1px solid #999999;
 }
 .table th {
   font-weight: bold;
@@ -1693,7 +1693,7 @@ table {
   border-top: 0;
 }
 .table tbody + tbody {
-  border-top: 2px solid #333333;
+  border-top: 2px solid #999999;
 }
 .table .table {
   background-color: #ffffff;
@@ -1703,7 +1703,7 @@ table {
   padding: 4px 5px;
 }
 .table-bordered {
-  border: 1px solid #333333;
+  border: 1px solid #999999;
   border-collapse: separate;
   *border-collapse: collapse;
   border-left: 0;
@@ -1713,7 +1713,7 @@ table {
 }
 .table-bordered th,
 .table-bordered td {
-  border-left: 1px solid #333333;
+  border-left: 1px solid #999999;
 }
 .table-bordered caption + thead tr:first-child th,
 .table-bordered caption + tbody tr:first-child th,
@@ -2403,7 +2403,7 @@ table th[class*="span"],
   *margin: -5px 0 5px;
   overflow: hidden;
   background-color: transparent;
-  border-bottom: 1px solid #000000;
+  border-bottom: 1px solid #999999;
 }
 .dropdown-menu li > a {
   display: block;
@@ -5353,7 +5353,7 @@ div.subnav.subnav-fixed {
 }
 .nav-list .divider {
   background-color: transparent;
-  border-bottom: 1px solid #333333;
+  border-bottom: 1px solid #999999;
 }
 .breadcrumb {
   background-color: #015b4e;
@@ -5503,7 +5503,11 @@ select {
   -moz-border-radius: 4px;
   border-radius: 4px;
 }
-.control-group.error label,
+.control-group.warning .control-label,
+.control-group.error .control-label,
+.control-group.success .control-label {
+  color: #555555;
+}
 .control-group.error .help-block,
 .control-group.error .help-inline {
   color: #d14432;
@@ -5514,7 +5518,6 @@ select {
   border: 1px solid #d14432;
   color: #555555;
 }
-.control-group.success label,
 .control-group.success .help-block,
 .control-group.success .help-inline {
   color: #015b4e;
@@ -5525,7 +5528,6 @@ select {
   border: 1px solid #015b4e;
   color: #555555;
 }
-.control-group.warning label,
 .control-group.warning .help-block,
 .control-group.warning .help-inline {
   color: #f26522;