fixes #69, subnav-fixed position tweaks
[bootswatch] / spruce / bootstrap.css
index 9bfa3bb..73e165c 100644 (file)
@@ -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;
@@ -4045,13 +4045,13 @@ input[type="submit"].btn.btn-mini {
   transition: none;
 }
 .navbar-inverse .navbar-search .search-query:-moz-placeholder {
-  color: #ffffff;
+  color: #555555;
 }
 .navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
-  color: #ffffff;
+  color: #555555;
 }
 .navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
-  color: #ffffff;
+  color: #555555;
 }
 .navbar-inverse .navbar-search .search-query:focus,
 .navbar-inverse .navbar-search .search-query.focused {
@@ -5214,6 +5214,9 @@ blockquote small {
 .navbar .nav > li > .dropdown-menu::after {
   border-bottom: none;
 }
+.navbar-inverse .navbar-search .search-query {
+  color: #555555;
+}
 .navbar-inverse .dropdown-menu {
   background-color: #cbcbcb;
 }
@@ -5227,7 +5230,7 @@ blockquote small {
   border-bottom: 1px solid rgba(0, 0, 0, 0.2);
 }
 .navbar-inverse .dropdown-menu .nav-header {
-  color: #333333;
+  color: #555555;
 }
 @media (max-width: 979px) {
   .navbar .nav-collapse .nav li > a {
@@ -5248,12 +5251,8 @@ blockquote small {
   }
 }
 div.subnav {
-  background-color: #015b4e;
-  background-image: none;
+  background: #015b4e none;
   border-color: transparent;
-  -webkit-border-radius: 0;
-  -moz-border-radius: 0;
-  border-radius: 0;
 }
 div.subnav .nav > li > a {
   padding: 12px 12px 10px;
@@ -5353,7 +5352,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;
@@ -5362,9 +5361,6 @@ div.subnav.subnav-fixed {
   -moz-box-shadow: none;
   box-shadow: none;
   border-color: transparent;
-  -webkit-border-radius: 0;
-  -moz-border-radius: 0;
-  border-radius: 0;
 }
 .breadcrumb li {
   color: #ffffff;
@@ -5390,9 +5386,6 @@ div.subnav.subnav-fixed {
   -moz-box-shadow: none;
   box-shadow: none;
   border-color: transparent;
-  -webkit-border-radius: 0;
-  -moz-border-radius: 0;
-  border-radius: 0;
 }
 .pagination ul > li > a,
 .pagination ul > li > span {
@@ -5433,9 +5426,6 @@ div.subnav.subnav-fixed {
   color: #ffffff;
 }
 .btn {
-  -webkit-border-radius: 0;
-  -moz-border-radius: 0;
-  border-radius: 0;
   font-family: 'Crete Round', serif;
   font-weight: normal;
   text-shadow: none;
@@ -5448,22 +5438,6 @@ div.subnav.subnav-fixed {
   -moz-box-shadow: none;
   box-shadow: none;
 }
-.table,
-.table.table-bordered,
-.table.table-striped {
-  -webkit-border-radius: 0;
-  -moz-border-radius: 0;
-  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 {
-  -webkit-border-radius: 0;
-  -moz-border-radius: 0;
-  border-radius: 0;
-}
 .table th,
 .table-striped tbody tr:nth-child(odd) th {
   background-color: #015b4e;
@@ -5499,11 +5473,12 @@ select {
 }
 .form-actions {
   border-top: none;
-  -webkit-border-radius: 4px;
-  -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 +5489,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 +5499,6 @@ select {
   border: 1px solid #015b4e;
   color: #555555;
 }
-.control-group.warning label,
 .control-group.warning .help-block,
 .control-group.warning .help-inline {
   color: #f26522;
@@ -5580,18 +5553,12 @@ select {
 }
 .well {
   border: none;
-  -webkit-border-radius: 0;
-  -moz-border-radius: 0;
-  border-radius: 0;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
 }
 .hero-unit {
   border: none;
-  -webkit-border-radius: 0;
-  -moz-border-radius: 0;
-  border-radius: 0;
 }
 .thumbnail {
   border: none;
@@ -5599,11 +5566,6 @@ select {
   -moz-box-shadow: none;
   box-shadow: none;
 }
-.thumbnail img {
-  -webkit-border-radius: 4px;
-  -moz-border-radius: 4px;
-  border-radius: 4px;
-}
 .dropdown-menu .nav-header {
   color: #ffffff;
   text-shadow: none;
@@ -5637,11 +5599,6 @@ select {
 .modal-footer label {
   color: #555555;
 }
-.modal-footer {
-  -webkit-border-radius: 0 0 4px 4px;
-  -moz-border-radius: 0 0 4px 4px;
-  border-radius: 0 0 4px 4px;
-}
 .popover-title {
   color: #ffffff;
 }