spruce: fix modal background-color and color
[bootswatch] / spruce / bootstrap.css
index 3e887de..f31ab9c 100644 (file)
@@ -6725,12 +6725,21 @@ select {
 
 .modal-header {
   padding: 12px 15px 6px;
+  color: #ffffff;
   background-color: #015b4e;
 }
 
+.modal-header h1,
+.modal-header h2,
+.modal-header h3,
+.modal-header h4,
+.modal-header h5,
+.modal-header h6 {
+  color: #ffffff;
+}
+
 .modal-body,
 .modal-footer {
-  background-color: #333333;
   border: none;
   -webkit-box-shadow: none;
      -moz-box-shadow: none;
@@ -6742,6 +6751,10 @@ select {
   color: #555555;
 }
 
+.modal-footer {
+  background-color: #dddddd;
+}
+
 .popover-title {
   color: #ffffff;
 }
@@ -6768,4 +6781,4 @@ select {
 
 .affix {
   position: fixed;
-}
\ No newline at end of file
+}