summaryrefslogtreecommitdiff
path: root/spruce/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'spruce/bootstrap.css')
-rw-r--r--spruce/bootstrap.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/spruce/bootstrap.css b/spruce/bootstrap.css
index 4fbf40e0..cca9b592 100644
--- a/spruce/bootstrap.css
+++ b/spruce/bootstrap.css
@@ -4528,6 +4528,22 @@ legend {
-moz-border-radius: 4px;
border-radius: 4px;
}
+.modal-header {
+ background-color: #015b4e;
+}
+.modal-body,
+.modal-footer {
+ background-color: #f5f3dc;
+ border: none;
+ -webkit-box-shadow: none;
+ -moz-box-shadow: none;
+ box-shadow: none;
+}
+.modal-footer {
+ -webkit-border-radius: 0 0 4px 4px;
+ -moz-border-radius: 0 0 4px 4px;
+ border-radius: 0 0 4px 4px;
+}
.alert {
text-shadow: none;
border: none;