diff options
Diffstat (limited to 'cyborg/bootstrap.min.css')
-rw-r--r-- | cyborg/bootstrap.min.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cyborg/bootstrap.min.css b/cyborg/bootstrap.min.css index 4dc31590..2d1ea029 100644 --- a/cyborg/bootstrap.min.css +++ b/cyborg/bootstrap.min.css @@ -755,6 +755,9 @@ input:focus,textarea:focus,input.focused,textarea.focused{border-color:#52a8ec;o input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus,select:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;} .form-actions{background:transparent;} .form-actions,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,input,textarea,select{-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;} code,pre,pre.prettyprint{background-color:#eeeeee;} .well,.hero-unit{background-color:#131517;border-top:solid 1px rgba(256, 256, 256, 0.1);-webkit-box-shadow:0 2px 4px rgba(0, 0, 0, 0.8);-moz-box-shadow:0 2px 4px rgba(0, 0, 0, 0.8);box-shadow:0 2px 4px rgba(0, 0, 0, 0.8);} |