39
39
--highlight-default: #222222;
40
40
--highlight-keyword: #a71d5d;
41
41
--highlight-string: #183691;
42
+ --highlight-selected-line: rgba(255, 255, 153, 0.5);
42
43
--base-0: #fff;
43
44
--base-1: #f5f5f5;
44
45
--base-2: #e0e0e0;
80
81
--highlight-default: var(--base-6);
81
82
--highlight-keyword: #ff413c;
82
83
--highlight-string: #70a6fd;
84
+ --highlight-selected-line: rgba(14, 14, 14, 0.5);
83
85
--base-0: #2e3136;
84
86
--base-1: #444;
85
87
--base-2: #666;
@@ -1091,15 +1093,15 @@ table.logs .metadata {
1091
1093
padding: 0;
1092
1094
}
1093
1095
#collector-content .sf-validator .trace li.selected {
1094
- background: rgba(255, 255, 153, 0.5 );
1096
+ background: var(--highlight-selected-line );
1095
1097
}
1096
1098
1097
1099
{# Messenger panel
1098
1100
========================================================================= #}
1099
1101
1100
1102
#collector-content .message-bus .trace {
1101
- border: 1px solid #DDD ;
1102
- background: #FFF ;
1103
+ border: var(--border) ;
1104
+ background: var(--base-0) ;
1103
1105
padding: 10px;
1104
1106
margin: 0.5em 0;
1105
1107
overflow: auto;
@@ -1112,7 +1114,7 @@ table.logs .metadata {
1112
1114
padding: 0;
1113
1115
}
1114
1116
#collector-content .message-bus .trace li.selected {
1115
- background: rgba(255, 255, 153, 0.5 );
1117
+ background: var(--highlight-selected-line );
1116
1118
}
1117
1119
1118
1120
{# Dump panel
0 commit comments