diff --git a/admin/themes/default/css/default.css b/admin/themes/default/css/default.css index 26d38b2..a241624 100644 --- a/admin/themes/default/css/default.css +++ b/admin/themes/default/css/default.css @@ -49,6 +49,13 @@ a.btn-expand { padding-right:4px; } +.btn:active, +.btn.active { + background-image: none; + outline: 0; + box-shadow: none; +} + .login-footer, .login-footer a { color:#777; @@ -472,6 +479,20 @@ td, th { border: none; } +.modal-header .close:hover { + background: #D3D3D3; +} + +.modal-header .close { + text-shadow:none; + background: #DCDCDC; + width: 1.0em; + height: 1.0em; + text-align: center; + font-weight: 900; + cursor: pointer; +} + #readme .modal-dialog { width: 70%; }