📜  mat滑块自定义颜色 - CSS代码示例

📅  最后修改于: 2022-03-11 14:47:45.158000             🧑  作者: Mango

代码示例1
/* Put in styles.css */

.mat-slider-thumb {
    background-color: #AAAAAA !important;
}

.mat-slider-thumb-label {
    background-color: #AAAAAA !important;
}

.mat-slider-track-fill {
    background-color: #AAAAAA !important;
}