amelia, cyborg, slate: style modals, closes #126
[bootswatch] / slate / bootstrap.css
index 92c7f8e..0d654ec 100644 (file)
@@ -2809,7 +2809,7 @@ a.list-group-item:focus {
 
 .panel {
   margin-bottom: 20px;
-  background-color: #32383e;
+  background-color: #2e3338;
   border: 1px solid rgba(0, 0, 0, 0.6);
   border-radius: 4px;
   -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
@@ -3591,7 +3591,7 @@ button.close {
 .navbar-brand:focus {
   color: #c8c8c8;
   text-decoration: none;
-  background-color: #272b2e;
+  background-color: none;
 }
 
 .navbar-toggle {
@@ -4562,7 +4562,7 @@ button.close {
 
 .modal-content {
   position: relative;
-  background-color: #ffffff;
+  background-color: #2e3338;
   border: 1px solid #999999;
   border: 1px solid rgba(0, 0, 0, 0.2);
   border-radius: 6px;
@@ -4595,7 +4595,7 @@ button.close {
 .modal-header {
   min-height: 16.428571429px;
   padding: 15px;
-  border-bottom: 1px solid #e5e5e5;
+  border-bottom: 1px solid #1c1e22;
 }
 
 .modal-header .close {
@@ -4616,7 +4616,7 @@ button.close {
   padding: 19px 20px 20px;
   margin-top: 15px;
   text-align: right;
-  border-top: 1px solid #e5e5e5;
+  border-top: 1px solid #1c1e22;
 }
 
 .modal-footer:before,
@@ -6110,20 +6110,6 @@ td.visible-print {
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a9196', endColorstr='#ff70787d', GradientType=0);
 }
 
-.navbar-brand {
-  margin-right: 0;
-  border-right: 1px solid rgba(0, 0, 0, 0.4);
-}
-
-.navbar-brand:hover {
-  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#020202), color-stop(40%, #101112), to(#191b1d));
-  background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d);
-  background-image: -moz-linear-gradient(top, #020202, #101112 40%, #191b1d);
-  background-image: linear-gradient(#020202, #101112 40%, #191b1d);
-  background-repeat: no-repeat;
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0);
-}
-
 .navbar-nav > li > a {
   border-right: 1px solid rgba(0, 0, 0, 0.2);
   border-left: 1px solid rgba(255, 255, 255, 0.1);