summaryrefslogtreecommitdiff
path: root/cyborg/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-08-21 00:40:13 -0400
committerThomas Park <thomas@thomaspark.me>2013-08-21 00:40:13 -0400
commit35d339d2b6f6bfce108f017e5f0f26d1a416a52f (patch)
tree208cc444d2991b1c6a1393b556912188f1bf288e /cyborg/bootstrap.css
parentd25d37afe7f490fa75191bc3ccfe4968e76e6dd4 (diff)
styles popovers, fixes #126
Diffstat (limited to 'cyborg/bootstrap.css')
-rw-r--r--cyborg/bootstrap.css18
1 files changed, 9 insertions, 9 deletions
diff --git a/cyborg/bootstrap.css b/cyborg/bootstrap.css
index 0fee5bb8..7e952822 100644
--- a/cyborg/bootstrap.css
+++ b/cyborg/bootstrap.css
@@ -6023,7 +6023,7 @@ body.modal-open,
.modal-content {
position: relative;
- background-color: #131313;
+ background-color: #202020;
border: 1px solid #999999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
@@ -6281,8 +6281,8 @@ body.modal-open,
padding: 1px;
text-align: left;
white-space: normal;
- background-color: #ffffff;
- border: 1px solid #cccccc;
+ background-color: #202020;
+ 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);
@@ -6312,8 +6312,8 @@ body.modal-open,
font-size: 14px;
font-weight: normal;
line-height: 18px;
- background-color: #f7f7f7;
- border-bottom: 1px solid #ebebeb;
+ background-color: #181818;
+ border-bottom: 1px solid #0b0b0b;
border-radius: 5px 5px 0 0;
}
@@ -6352,7 +6352,7 @@ body.modal-open,
.popover.top .arrow:after {
bottom: 1px;
margin-left: -10px;
- border-top-color: #ffffff;
+ border-top-color: #202020;
border-bottom-width: 0;
content: " ";
}
@@ -6369,7 +6369,7 @@ body.modal-open,
.popover.right .arrow:after {
bottom: -10px;
left: 1px;
- border-right-color: #ffffff;
+ border-right-color: #202020;
border-left-width: 0;
content: " ";
}
@@ -6386,7 +6386,7 @@ body.modal-open,
.popover.bottom .arrow:after {
top: 1px;
margin-left: -10px;
- border-bottom-color: #ffffff;
+ border-bottom-color: #202020;
border-top-width: 0;
content: " ";
}
@@ -6403,7 +6403,7 @@ body.modal-open,
.popover.left .arrow:after {
right: 1px;
bottom: -10px;
- border-left-color: #ffffff;
+ border-left-color: #202020;
border-right-width: 0;
content: " ";
}