Fix dark themed componnents

This commit is contained in:
Roland Franssen 2019-04-08 09:06:46 +02:00
parent bbad6e8e58
commit d2f2e56472
2 changed files with 3 additions and 0 deletions

View File

@ -58,6 +58,7 @@
.message-item tbody.sf-toggle-content.sf-toggle-visible { display: table-row-group; }
td.message-bus-dispatch-caller { background: #f1f2f3; }
.theme-dark td.message-bus-dispatch-caller { background: var(--base-1); }
</style>
{% endblock %}

View File

@ -1020,6 +1020,8 @@ table.logs .metadata {
display: block;
font-size: 12px;
}
.theme-dark tr.status-error td,
.theme-dark tr.status-warning td { border-bottom: unset; border-top: unset; }
{# Doctrine panel
========================================================================= #}