[WebProfilerBundle] Improve display in Email panel for dark theme

This commit is contained in:
Anto 2019-10-23 19:52:52 +02:00
parent b9f69441c5
commit 402fed02e7
No known key found for this signature in database
GPG Key ID: D33172CA4E946C66

View File

@ -46,6 +46,8 @@
--base-4: #666; --base-4: #666;
--base-5: #444; --base-5: #444;
--base-6: #222; --base-6: #222;
--card-label-background: #eee;
--card-label-color: var(--base-6);
} }
.theme-dark { .theme-dark {
@ -85,6 +87,8 @@
--base-4: #666; --base-4: #666;
--base-5: #e0e0e0; --base-5: #e0e0e0;
--base-6: #f5f5f5; --base-6: #f5f5f5;
--card-label-background: var(--tab-active-background);
--card-label-color: var(--tab-active-color);
} }
{# Basic styles {# Basic styles
@ -436,8 +440,8 @@ table tbody td.num-col {
margin-top: 0; margin-top: 0;
} }
.card .label { .card .label {
background-color: #EEE; background-color: var(--card-label-background);
color: var(--base-6); color: var(--card-label-color);
} }
{# Status {# Status