mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 15:52:57 +00:00
feat: trace theme
This commit is contained in:
parent
96830ca3ef
commit
187af674f5
@ -41,6 +41,9 @@ html {
|
||||
--sw-topology-box-shadow: #eee 1px 2px 10px;
|
||||
--sw-topology-setting-bg: #fff;
|
||||
--sw-topology-border: 1px solid #999;
|
||||
--sw-trace-success: rgb(46 47 51 / 10%);
|
||||
--sw-trace-list-border: rgb(0 0 0 / 7%);
|
||||
--sw-trace-list-hover: #ededed;
|
||||
}
|
||||
|
||||
html.dark {
|
||||
@ -68,6 +71,9 @@ html.dark {
|
||||
--sw-topology-box-shadow: 0 0 2px 0 #444;
|
||||
--sw-topology-setting-bg: #333;
|
||||
--sw-topology-border: 1px solid #666;
|
||||
--sw-trace-success: #aaa;
|
||||
--sw-trace-list-border: #333;
|
||||
--sw-trace-list-hover: #3d444f;
|
||||
}
|
||||
|
||||
.el-table tr {
|
||||
|
@ -178,7 +178,7 @@ limitations under the License. -->
|
||||
height: 95px;
|
||||
|
||||
.grey {
|
||||
color: $text-color;
|
||||
color: #fff;
|
||||
background-color: $active-background;
|
||||
}
|
||||
|
||||
|
@ -197,15 +197,15 @@ limitations under the License. -->
|
||||
|
||||
.trace-td {
|
||||
padding: 5px;
|
||||
border-bottom: 1px solid rgb(0 0 0 / 7%);
|
||||
border-bottom: 1px solid var(--sw-trace-list-border);
|
||||
|
||||
&.selected {
|
||||
background-color: #ededed;
|
||||
background-color: var(--sw-trace-list-hover);
|
||||
}
|
||||
}
|
||||
|
||||
.trace-success {
|
||||
border-left: 4px solid rgb(46 47 51 / 10%);
|
||||
border-left: 4px solid var(--sw-trace-success);
|
||||
}
|
||||
|
||||
.trace-warning {
|
||||
|
Loading…
Reference in New Issue
Block a user