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