Skip to content

Commit

Permalink
Fix dark themed componnents
Browse files Browse the repository at this point in the history
  • Loading branch information
ro0NL committed Apr 8, 2019
1 parent bbad6e8 commit d2f2e56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
========================================================================= #}
Expand Down

0 comments on commit d2f2e56

Please sign in to comment.