/*
Theme Name: Kadence Child
Theme URI: https://www.musipano.com/
Description: Child theme for the Kadence theme (Official custom child theme for MUSIPANO website.)
Author: MUSIPANO
Author URI: https://www.musipano.com/
Template: kadence
Version: 1.0.0
*/

/* ============================================
   1. 主题管理后台修复
   ============================================ */

.theme-browser .theme.active#kadence-child-name,
.theme-browser .theme.active .theme-id-container #kadence-child-name {
    background: #ffffff !important;
    color: #1d2327 !important;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1) !important;
    border: none !important;
}

.theme-browser .theme.active .theme-actions {
    background: transparent !important;
    border-left: none !important;
    box-shadow: none !important;
}

.theme.active .theme-actions .button,
.theme.active .theme-actions .button-primary,
.theme.active .theme-actions .button-secondary,
.theme-id-container .theme-actions a,
.theme-id-container .theme-actions button {
    background: #2271b1 !important;
    border-color: #2271b1 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    border-radius: 3px !important;
    padding: 4px 12px !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    height: auto !important;
    display: inline-block !important;
}

.theme.active .theme-actions .button:hover,
.theme.active .theme-actions .button-primary:hover,
.theme-id-container .theme-actions a:hover {
    background: #135e96 !important;
    border-color: #135e96 !important;
    color: #ffffff !important;
}

