update style

This commit is contained in:
Qiuxia Fan 2022-06-22 18:48:08 +08:00
parent 2a29a3a7db
commit f5ea99a5e2

View File

@ -166,19 +166,26 @@ div.vis-tooltip {
.vis-item { .vis-item {
cursor: pointer; cursor: pointer;
height: 17px; height: 17px;
border: none !important;
} }
.vis-item.Error { .vis-item.Error {
background-color: rgb(238 102 102 / 80%); background-color: #e66;
opacity: 0.8;
border-color: #e66;
color: #fff !important; color: #fff !important;
} }
.vis-item.Normal { .vis-item.Normal {
background-color: #91cc75; background-color: #fac858;
color: #333 !important; border-color: #fac858;
color: #666 !important;
} }
.vis-item .vis-item-content { .vis-item .vis-item-content {
padding: 0 5px !important; padding: 0 5px !important;
} }
.vis-item.vis-selected.Error,
.vis-item.vis-selected.Normal {
color: #1a1a1a !important;
}