diff options
Diffstat (limited to 'cyborg/bootstrap.css')
-rw-r--r-- | cyborg/bootstrap.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/cyborg/bootstrap.css b/cyborg/bootstrap.css index b15779a6..3abf73aa 100644 --- a/cyborg/bootstrap.css +++ b/cyborg/bootstrap.css @@ -4491,6 +4491,23 @@ select:focus { footer.footer { border-top: 1px solid #222; } +.modal { + border-top: solid 1px rgba(256, 256, 256, 0.3); + background-color: #282828; +} +.modal-header { + border-bottom: 1px solid #222; +} +.modal-footer { + background-color: #282828; + border-top: 1px solid #222; + -webkit-border-radius: 0 0 6px 6px; + -moz-border-radius: 0 0 6px 6px; + border-radius: 0 0 6px 6px; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; +} .table, .well, .prettyprint, |