diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-03-13 14:17:39 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-03-13 14:17:39 -0400 |
commit | e06b4aad9988d15666ea8faa78c7b1eb10ab037b (patch) | |
tree | 2dded305af58526d2aa179a47e4f32eab998466e /spruce/bootstrap.css | |
parent | ebec9e6567996853ae621ddc544914be7b87caad (diff) |
spruce: fix modal background-color and color
Diffstat (limited to 'spruce/bootstrap.css')
-rw-r--r-- | spruce/bootstrap.css | 17 |
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 +} |