summaryrefslogtreecommitdiff
path: root/slate/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'slate/bootstrap.css')
-rw-r--r--slate/bootstrap.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/slate/bootstrap.css b/slate/bootstrap.css
index 877bb4e8..0d654ec0 100644
--- a/slate/bootstrap.css
+++ b/slate/bootstrap.css
@@ -2809,7 +2809,7 @@ a.list-group-item:focus {
.panel {
margin-bottom: 20px;
- background-color: #32383e;
+ background-color: #2e3338;
border: 1px solid rgba(0, 0, 0, 0.6);
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
@@ -4562,7 +4562,7 @@ button.close {
.modal-content {
position: relative;
- background-color: #ffffff;
+ background-color: #2e3338;
border: 1px solid #999999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
@@ -4595,7 +4595,7 @@ button.close {
.modal-header {
min-height: 16.428571429px;
padding: 15px;
- border-bottom: 1px solid #e5e5e5;
+ border-bottom: 1px solid #1c1e22;
}
.modal-header .close {
@@ -4616,7 +4616,7 @@ button.close {
padding: 19px 20px 20px;
margin-top: 15px;
text-align: right;
- border-top: 1px solid #e5e5e5;
+ border-top: 1px solid #1c1e22;
}
.modal-footer:before,