summaryrefslogtreecommitdiff
path: root/spruce/bootstrap.css
diff options
context:
space:
mode:
authorFrancesco Pontillo <francescopontillo@gmail.com>2013-03-18 23:32:44 +0100
committerFrancesco Pontillo <francescopontillo@gmail.com>2013-03-18 23:32:44 +0100
commit266c8ea28da92dc14fe6cb4207c149f3153141a5 (patch)
tree43f22caf29ec3125debe36f0e64739183477a3e2 /spruce/bootstrap.css
parent13418ac9e709c85cfbaba501efb69c8bdff7ddd4 (diff)
parentb1f9c0d9eaabf6bd07f34ed17cc1b8d99447a109 (diff)
Merge branch 'gh-pages' of git://github.com/thomaspark/bootswatch into gh-pages
Conflicts: shamrock/index.html
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
+}