mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 15:52:57 +00:00
fix: update
This commit is contained in:
parent
c5c1f487d9
commit
f3d81a80f0
@ -53,6 +53,7 @@ html {
|
|||||||
--sw-event-vis-selected: #1a1a1a;
|
--sw-event-vis-selected: #1a1a1a;
|
||||||
--sw-time-axis-text: #4d4d4d;
|
--sw-time-axis-text: #4d4d4d;
|
||||||
--sw-drawer-header: #72767b;
|
--sw-drawer-header: #72767b;
|
||||||
|
--sw-marketplace-border: #dedfe0;
|
||||||
}
|
}
|
||||||
|
|
||||||
html.dark {
|
html.dark {
|
||||||
@ -92,6 +93,7 @@ html.dark {
|
|||||||
--sw-event-vis-selected: #fff;
|
--sw-event-vis-selected: #fff;
|
||||||
--sw-time-axis-text: #aaa;
|
--sw-time-axis-text: #aaa;
|
||||||
--sw-drawer-header: #e9e9eb;
|
--sw-drawer-header: #e9e9eb;
|
||||||
|
--sw-marketplace-border: #606266;
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-drawer__header {
|
.el-drawer__header {
|
||||||
|
@ -113,7 +113,7 @@ limitations under the License. -->
|
|||||||
|
|
||||||
.category {
|
.category {
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
border-right: 1px solid #ddd;
|
border-right: 1px solid var(--sw-marketplace-border);
|
||||||
align-content: flex-start;
|
align-content: flex-start;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
@ -124,8 +124,8 @@ limitations under the License. -->
|
|||||||
.profile-t-tool {
|
.profile-t-tool {
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border-right: 1px solid rgb(0 0 0 / 7%);
|
border-right: 1px solid var(--sw-trace-list-border);
|
||||||
border-bottom: 1px solid rgb(0 0 0 / 7%);
|
border-bottom: 1px solid var(--sw-trace-list-border);
|
||||||
background-color: var(--sw-table-header);
|
background-color: var(--sw-table-header);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user