diff --git a/admin/css/wp-allstars-admin.css b/admin/css/wp-allstars-admin.css index 0a2c5ec..8df018f 100644 --- a/admin/css/wp-allstars-admin.css +++ b/admin/css/wp-allstars-admin.css @@ -503,10 +503,16 @@ input:checked + .wp-toggle-slider:before { position: relative; background: #fff; border: 1px solid #ddd; - border-radius: 3px; - box-shadow: 0 1px 1px rgba(0,0,0,.04); + border-radius: 8px; + box-shadow: 0 1px 3px rgba(0,0,0,0.1); margin-bottom: 20px; overflow: hidden; + transition: all 0.2s ease; +} + +.theme-card:hover { + border-color: #2271b1; + box-shadow: 0 2px 6px rgba(0,0,0,0.15); } .theme-image { diff --git a/admin/css/wp-allstars-plugins.css b/admin/css/wp-allstars-plugins.css index 0fad64c..1944790 100644 --- a/admin/css/wp-allstars-plugins.css +++ b/admin/css/wp-allstars-plugins.css @@ -428,11 +428,17 @@ body.wp-admin .plugin-card-bottom .compatibility-untested *, padding: 0 10px; background: #fff; border: 1px solid #dcdcde; - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); position: relative; box-sizing: border-box; width: 100%; - border-radius: 3px; + border-radius: 8px; + transition: all 0.2s ease; +} + +.wp-filter:hover { + border-color: #2271b1; + box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); } .filter-links { diff --git a/admin/partials/theme-panel.php b/admin/partials/theme-panel.php index 09c9d43..b2ccf54 100644 --- a/admin/partials/theme-panel.php +++ b/admin/partials/theme-panel.php @@ -76,6 +76,18 @@ if (!defined('ABSPATH')) { + + + + + + + + + + + + diff --git a/admin/settings.php b/admin/settings.php index 58b4b3a..0f96720 100644 --- a/admin/settings.php +++ b/admin/settings.php @@ -1764,7 +1764,7 @@ function wp_allstars_settings_page() { ?>