summaryrefslogtreecommitdiff
path: root/amelia/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-08-17 10:33:08 -0700
committerThomas Park <thomas@thomaspark.me>2013-08-17 10:33:08 -0700
commit5efce03289c5df4416b6bc2ed814f8858478db29 (patch)
treeaa2636296921a0eb33a5ed9c4a81d681d250eb3a /amelia/bootstrap.css
parent1270f08e78f20988b0d8fd9ba8526f0287a5cbe4 (diff)
amelia, cyborg, slate: style modals, closes #126
Diffstat (limited to 'amelia/bootstrap.css')
-rw-r--r--amelia/bootstrap.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/amelia/bootstrap.css b/amelia/bootstrap.css
index f319cc7c..5672686e 100644
--- a/amelia/bootstrap.css
+++ b/amelia/bootstrap.css
@@ -364,7 +364,7 @@ hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
- border-top: 1px solid #dddddd;
+ border-top: 1px solid #0d747c;
}
.sr-only {
@@ -4564,7 +4564,7 @@ button.close {
.modal-content {
position: relative;
- background-color: #ffffff;
+ background-color: #13a0aa;
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 #0d747c;
}
.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 #0d747c;
}
.modal-footer:before,