File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
src/Symfony/Bundle/WebProfilerBundle/Resources/views Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 58
58
59
59
.message-item tbody .sf-toggle-content.sf-toggle-visible { display : table-row-group ; }
60
60
td .message-bus-dispatch-caller { background : #f1f2f3 ; }
61
+ .theme-dark td .message-bus-dispatch-caller { background : var (--base-1 ); }
61
62
</style >
62
63
{% endblock %}
63
64
Original file line number Diff line number Diff line change @@ -1020,6 +1020,8 @@ table.logs .metadata {
1020
1020
display: block;
1021
1021
font-size: 12px;
1022
1022
}
1023
+ .theme-dark tr.status-error td,
1024
+ .theme-dark tr.status-warning td { border-bottom: unset; border-top: unset; }
1023
1025
1024
1026
{# Doctrine panel
1025
1027
========================================================================= #}
You can’t perform that action at this time.
0 commit comments