mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-15 01:33:54 +00:00
theme
This commit is contained in:
parent
a865e6babc
commit
7c7c093c36
@ -13,6 +13,8 @@
|
||||
--widget-background: #2b2b2b;
|
||||
--border-color: #1a1a1a;
|
||||
--dashboard-tool-background: #1a1a1a;
|
||||
--table-header-color: #1a1a1a;
|
||||
--menu-selected-color: #313335;
|
||||
}
|
||||
|
||||
.el-table {
|
||||
@ -205,6 +207,19 @@
|
||||
background-color: var(--spp-other-green) !important;
|
||||
}
|
||||
|
||||
.el-menu {
|
||||
background-color: var(--spp-other-green) !important;
|
||||
}
|
||||
|
||||
.el-sub-menu__title {
|
||||
background-color: var(--spp-other-green) !important;
|
||||
}
|
||||
|
||||
.el-menu-item.is-active {
|
||||
color: var(--spp-red) !important;
|
||||
background-color: var(--menu-selected-color) !important;
|
||||
}
|
||||
|
||||
.bar-select {
|
||||
background: black !important;
|
||||
|
||||
@ -388,3 +403,12 @@ a {
|
||||
background-color: #448dfe !important;
|
||||
}
|
||||
}
|
||||
|
||||
.log-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