styles popovers, fixes #126
[bootswatch] / slate / bootstrap.css
index 6fe9e1c..8c10572 100644 (file)
@@ -6279,8 +6279,8 @@ body.modal-open,
   padding: 1px;
   text-align: left;
   white-space: normal;
-  background-color: #ffffff;
-  border: 1px solid #cccccc;
+  background-color: #2e3338;
+  border: 1px solid #999999;
   border: 1px solid rgba(0, 0, 0, 0.2);
   border-radius: 6px;
   -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
@@ -6310,8 +6310,8 @@ body.modal-open,
   font-size: 14px;
   font-weight: normal;
   line-height: 18px;
-  background-color: #f7f7f7;
-  border-bottom: 1px solid #ebebeb;
+  background-color: #2e3338;
+  border-bottom: 1px solid #22262a;
   border-radius: 5px 5px 0 0;
 }
 
@@ -6350,7 +6350,7 @@ body.modal-open,
 .popover.top .arrow:after {
   bottom: 1px;
   margin-left: -10px;
-  border-top-color: #ffffff;
+  border-top-color: #2e3338;
   border-bottom-width: 0;
   content: " ";
 }
@@ -6367,7 +6367,7 @@ body.modal-open,
 .popover.right .arrow:after {
   bottom: -10px;
   left: 1px;
-  border-right-color: #ffffff;
+  border-right-color: #2e3338;
   border-left-width: 0;
   content: " ";
 }
@@ -6384,7 +6384,7 @@ body.modal-open,
 .popover.bottom .arrow:after {
   top: 1px;
   margin-left: -10px;
-  border-bottom-color: #ffffff;
+  border-bottom-color: #2e3338;
   border-top-width: 0;
   content: " ";
 }
@@ -6401,7 +6401,7 @@ body.modal-open,
 .popover.left .arrow:after {
   right: 1px;
   bottom: -10px;
-  border-left-color: #ffffff;
+  border-left-color: #2e3338;
   border-right-width: 0;
   content: " ";
 }