RSS Git Download  Clone
Raw Blame History 1kB 62 lines
.p3xr-theme-light {
    md-checkbox.md-checked .md-icon {
        background-color: rgba(0, 0, 0, 0.5);
    }
}

md-checkbox:not(.md-checked) .md-icon {
    border-color: rgb(0, 0, 0) !important;
}


.p3xr-theme-dark {
    md-checkbox.md-checked .md-icon {
        background-color: rgba(255, 255, 255, 0.5);
    }

    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;
    }

    md-checkbox:not(.md-checked) .md-icon {
        border-color: rgb(255, 255, 255) !important;
    }

}

body[md-theme="p3xrThemeRedisLayout"].p3xr-theme-light {
    md-checkbox.md-checked .md-icon {
        background-color: rgba(255, 255, 255, 0.5);
    }

    .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;
    }
}

body[md-theme="p3xrThemeMatrixLayout"].p3xr-theme-dark {
    md-checkbox.md-checked .md-icon {
        background-color: transparent;
        border-color: black;
    }
}