mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-02 20:00:26 +08:00
9 lines
186 B
CSS
9 lines
186 B
CSS
|
|
.label.white {
|
||
|
|
background: white !important;
|
||
|
|
border: 1px #ccc solid;
|
||
|
|
}
|
||
|
|
.label.gray {
|
||
|
|
background: #999 !important;
|
||
|
|
color: white !important;
|
||
|
|
}
|
||
|
|
/*# sourceMappingURL=lists.css.map */
|