summaryrefslogtreecommitdiff
path: root/spruce/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-03-17 20:14:45 -0400
committerThomas Park <thomas@thomaspark.me>2012-03-17 20:14:45 -0400
commita81dfee3ed6b7b4a34f8f140f0cba49494699b92 (patch)
treea31bc196fde46175ae1402250baf5dabffb6c31e /spruce/bootswatch.less
parent0887b39681ec6578ec9ca9010e729db956d310c2 (diff)
all: modal support
Diffstat (limited to 'spruce/bootswatch.less')
-rwxr-xr-xspruce/bootswatch.less18
1 files changed, 18 insertions, 0 deletions
diff --git a/spruce/bootswatch.less b/spruce/bootswatch.less
index 9c5514c0..1c2c5edd 100755
--- a/spruce/bootswatch.less
+++ b/spruce/bootswatch.less
@@ -430,6 +430,24 @@ legend {
.border-radius(4px);
}
+// MODALS
+// --------------------------------------------------
+
+.modal-header {
+ background-color: @green;
+}
+
+.modal-body,
+.modal-footer {
+ background-color: @linkColor;
+ border: none;
+ .box-shadow(none);
+}
+
+.modal-footer {
+ .border-radius(0 0 4px 4px);
+}
+
// MISCELLANEOUS
// --------------------------------------------------