mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-14 17:05:10 +00:00
update style
This commit is contained in:
parent
2a29a3a7db
commit
f5ea99a5e2
@ -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;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user