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%; } diff --git a/plugins/box/backup/views/backend/index.view.php b/plugins/box/backup/views/backend/index.view.php index 7db3124..e409dba 100755 --- a/plugins/box/backup/views/backend/index.view.php +++ b/plugins/box/backup/views/backend/index.view.php @@ -1,19 +1,21 @@ -

-
- - +
- 'form-inline')) . - Form::hidden('csrf', Security::token()). - Form::submit('create_backup', __('Create Backup', 'backup'), array('class' => 'btn btn-primary', 'data-loading-text' => __('Creating...', 'backup'))). - Form::close() - ); -?> +
+

+
+
+
+ 'form-inline')) . + Form::hidden('csrf', Security::token()). + Form::submit('create_backup', __('Create Backup', 'backup'), array('class' => 'btn btn-primary', 'data-loading-text' => __('Creating...', 'backup'))). + Form::close() + ); + ?> +
+

diff --git a/plugins/box/blocks/views/backend/index.view.php b/plugins/box/blocks/views/backend/index.view.php index d33863b..05bcfeb 100755 --- a/plugins/box/blocks/views/backend/index.view.php +++ b/plugins/box/blocks/views/backend/index.view.php @@ -55,7 +55,7 @@