summaryrefslogtreecommitdiff
path: root/spruce/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'spruce/bootstrap.css')
-rw-r--r--spruce/bootstrap.css17
1 files changed, 15 insertions, 2 deletions
diff --git a/spruce/bootstrap.css b/spruce/bootstrap.css
index 3e887de2..f31ab9c4 100644
--- a/spruce/bootstrap.css
+++ b/spruce/bootstrap.css
@@ -6725,12 +6725,21 @@ select {
.modal-header {
padding: 12px 15px 6px;
+ color: #ffffff;
background-color: #015b4e;
}
+.modal-header h1,
+.modal-header h2,
+.modal-header h3,
+.modal-header h4,
+.modal-header h5,
+.modal-header h6 {
+ color: #ffffff;
+}
+
.modal-body,
.modal-footer {
- background-color: #333333;
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
@@ -6742,6 +6751,10 @@ select {
color: #555555;
}
+.modal-footer {
+ background-color: #dddddd;
+}
+
.popover-title {
color: #ffffff;
}
@@ -6768,4 +6781,4 @@ select {
.affix {
position: fixed;
-} \ No newline at end of file
+}