summaryrefslogtreecommitdiff
path: root/amelia/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-08-20 23:21:53 -0400
committerThomas Park <thomas@thomaspark.me>2014-08-20 23:21:53 -0400
commit76582766b4016894ce323e15235a796fac5874ff (patch)
tree98f5046891529dc3b06423d65bab0141bacc497c /amelia/bootstrap.css
parentd2aeccf30956452d9adb29dd3363f62f21c6d374 (diff)
amelia: change popover style to fit theme, closes #305
Diffstat (limited to 'amelia/bootstrap.css')
-rw-r--r--amelia/bootstrap.css17
1 files changed, 7 insertions, 10 deletions
diff --git a/amelia/bootstrap.css b/amelia/bootstrap.css
index 590a50bb..4f17ddb5 100644
--- a/amelia/bootstrap.css
+++ b/amelia/bootstrap.css
@@ -5576,7 +5576,7 @@ button.close {
max-width: 276px;
padding: 1px;
text-align: left;
- background-color: #ffffff;
+ background-color: #13a0aa;
background-clip: padding-box;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.2);
@@ -5603,8 +5603,8 @@ button.close {
font-size: 14px;
font-weight: normal;
line-height: 18px;
- background-color: #f7f7f7;
- border-bottom: 1px solid #ebebeb;
+ background-color: #11939c;
+ border-bottom: 1px solid #0e7d85;
border-radius: 5px 5px 0 0;
}
.popover-content {
@@ -5639,7 +5639,7 @@ button.close {
bottom: 1px;
margin-left: -10px;
border-bottom-width: 0;
- border-top-color: #ffffff;
+ border-top-color: #13a0aa;
}
.popover.right > .arrow {
top: 50%;
@@ -5654,7 +5654,7 @@ button.close {
left: 1px;
bottom: -10px;
border-left-width: 0;
- border-right-color: #ffffff;
+ border-right-color: #13a0aa;
}
.popover.bottom > .arrow {
left: 50%;
@@ -5669,7 +5669,7 @@ button.close {
top: 1px;
margin-left: -10px;
border-top-width: 0;
- border-bottom-color: #ffffff;
+ border-bottom-color: #13a0aa;
}
.popover.left > .arrow {
top: 50%;
@@ -5683,7 +5683,7 @@ button.close {
content: " ";
right: 1px;
border-right-width: 0;
- border-left-color: #ffffff;
+ border-left-color: #13a0aa;
bottom: -10px;
}
.carousel {
@@ -6284,6 +6284,3 @@ a.thumbnail:focus,
a.thumbnail.active {
border-color: #0d747c;
}
-.popover {
- color: #444444;
-}