RSS Git Download  Clone
Raw Blame History 952B 35 lines
.p3xr-theme-dark {
    md-select-menu md-content md-option[selected],
    md-select-menu md-content md-option[selected].md-focused,
    md-select-menu md-content md-option[selected]:focus {
        color: white;
    }

    #p3xr-main-header .md-select-icon {
        color: black !important;
    }
}

body[md-theme="p3xrThemeDarkoBluoLayout"].p3xr-theme-dark {
    #p3xr-main-header .md-select-icon {
        color: white !important;
    }
}

body[md-theme="p3xrThemeRedisLayout"].p3xr-theme-light {
    .p3xr-main-db-select-container {
        md-select-menu md-content md-option[selected],
        md-select-menu md-content md-option[selected].md-focused,
        md-select-menu md-content md-option[selected]:focus {
            color: white;
        }
    }
    #p3xr-main-header .md-select-icon {
        color: black !important;
    }
}

md-checkbox.md-p3xrThemeLightLayout-theme.md-checked .md-icon {
    background-color: rgba(0, 0, 0, 0.5);
}