amelia, cyborg, slate: style modals, closes #126
[bootswatch] / cyborg / bootstrap.css
index 8686621..09e16a0 100644 (file)
@@ -364,7 +364,7 @@ hr {
   margin-top: 20px;
   margin-bottom: 20px;
   border: 0;
-  border-top: 1px solid #adafae;
+  border-top: 1px solid #282828;
 }
 
 .sr-only {
@@ -4564,7 +4564,7 @@ button.close {
 
 .modal-content {
   position: relative;
-  background-color: #ffffff;
+  background-color: #131313;
   border: 1px solid #999999;
   border: 1px solid rgba(0, 0, 0, 0.2);
   border-radius: 6px;
@@ -4597,7 +4597,7 @@ button.close {
 .modal-header {
   min-height: 16.428571429px;
   padding: 15px;
-  border-bottom: 1px solid #e5e5e5;
+  border-bottom: 1px solid #282828;
 }
 
 .modal-header .close {
@@ -4618,7 +4618,7 @@ button.close {
   padding: 19px 20px 20px;
   margin-top: 15px;
   text-align: right;
-  border-top: 1px solid #e5e5e5;
+  border-top: 1px solid #282828;
 }
 
 .modal-footer:before,