51
51
--highlight-default: #222222;
52
52
--highlight-keyword: #a71d5d;
53
53
--highlight-string: #183691;
54
+ --highlight-selected-line: rgba(255, 255, 153, 0.5);
54
55
--base-0: #fff;
55
56
--base-1: #f5f5f5;
56
57
--base-2: #e0e0e0;
104
105
--highlight-default: var(--base-6);
105
106
--highlight-keyword: #ff413c;
106
107
--highlight-string: #70a6fd;
108
+ --highlight-selected-line: rgba(14, 14, 14, 0.5);
107
109
--base-0: #2e3136;
108
110
--base-1: #444;
109
111
--base-2: #666;
@@ -1296,7 +1298,7 @@ tr.log-status-silenced {
1296
1298
padding: 0;
1297
1299
}
1298
1300
#collector-content .sf-validator .trace li.selected {
1299
- background: rgba(255, 255, 153, 0.5 );
1301
+ background: var(--highlight-selected-line );
1300
1302
}
1301
1303
1302
1304
{# Serializer panel
@@ -1321,15 +1323,15 @@ tr.log-status-silenced {
1321
1323
padding: 0;
1322
1324
}
1323
1325
#collector-content .sf-serializer .trace li.selected {
1324
- background: rgba(255, 255, 153, 0.5 );
1326
+ background: var(--highlight-selected-line );
1325
1327
}
1326
1328
1327
1329
{# Messenger panel
1328
1330
========================================================================= #}
1329
1331
1330
1332
#collector-content .message-bus .trace {
1331
- border: 1px solid #DDD ;
1332
- background: #FFF ;
1333
+ border: var(--border) ;
1334
+ background: var(--base-0) ;
1333
1335
padding: 10px;
1334
1336
margin: 0.5em 0;
1335
1337
overflow: auto;
@@ -1342,7 +1344,7 @@ tr.log-status-silenced {
1342
1344
padding: 0;
1343
1345
}
1344
1346
#collector-content .message-bus .trace li.selected {
1345
- background: rgba(255, 255, 153, 0.5 );
1347
+ background: var(--highlight-selected-line );
1346
1348
}
1347
1349
1348
1350
{# Dump panel
0 commit comments