mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-14 17:05:10 +00:00
themeing
This commit is contained in:
parent
8017cf514e
commit
9bb8fcf12b
@ -208,6 +208,10 @@
|
||||
color: var(--spp-light-grey) !important;
|
||||
}
|
||||
|
||||
.btn-quickprev, .btn-quicknext {
|
||||
color: var(--spp-light-grey) !important;
|
||||
}
|
||||
|
||||
.el-pager li {
|
||||
background-color: var(--spp-green);
|
||||
color: var(--spp-white) !important;
|
||||
@ -218,6 +222,22 @@
|
||||
color: var(--spp-light-grey) !important;
|
||||
}
|
||||
|
||||
.el-pager li.active {
|
||||
color: var(--spp-light-grey);
|
||||
font-weight: bold;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.btn-prev {
|
||||
background-color: var(--spp-grey) !important;
|
||||
color: black !important;
|
||||
}
|
||||
|
||||
.el-pagination button:disabled {
|
||||
background-color: var(--spp-dark-green) !important;
|
||||
color: var(--spp-white) !important;
|
||||
}
|
||||
|
||||
.el-pager + button.btn-next[type="button"] {
|
||||
background-color: var(--border-color);
|
||||
color: var(--spp-light-grey) !important;
|
||||
@ -442,6 +462,11 @@ a {
|
||||
color: var(--spp-white);
|
||||
}
|
||||
|
||||
.trace-header div {
|
||||
background-color: var(--table-header-color) !important;
|
||||
color: var(--spp-white);
|
||||
}
|
||||
|
||||
.log-tips {
|
||||
color: red;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user