spruce: remove border-radius 0
[bootswatch] / spruce / bootstrap.css
index 59b744a..00b8e37 100644 (file)
@@ -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 {
@@ -5251,9 +5254,6 @@ div.subnav {
   background-color: #015b4e;
   background-image: none;
   border-color: transparent;
-  -webkit-border-radius: 0;
-  -moz-border-radius: 0;
-  border-radius: 0;
 }
 div.subnav .nav > li > a {
   padding: 12px 12px 10px;
@@ -5362,9 +5362,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 +5387,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 +5427,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 +5439,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,9 +5474,6 @@ select {
 }
 .form-actions {
   border-top: none;
-  -webkit-border-radius: 4px;
-  -moz-border-radius: 4px;
-  border-radius: 4px;
 }
 .control-group.warning .control-label,
 .control-group.error .control-label,
@@ -5582,18 +5554,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;
@@ -5601,11 +5567,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;
@@ -5639,11 +5600,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;
 }