1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 22:05:09 +01:00

Fixed dark text on dark background

This commit is contained in:
2018-01-03 14:51:35 +01:00
parent c70e53a658
commit 01d6525861

View File

@@ -28,14 +28,9 @@
color: {{ theme.CHIP_TEXT }};
}
/* label color */
.input-field label
.input-field .prefix ~ input, .input-field .prefix ~ textarea, .input-field .prefix ~ label, .input-field .prefix ~ .validate ~ label, .input-field .prefix ~ .autocomplete-content
{
color: {{ theme.TEXTHEX }};
}
/* label focus color */
.input-field input[type=text]:focus + label
{
color: {{ theme.TEXTHEX }};
color: {{ theme.TEXTHEX }} !important;
}
</style>
<link href="{{ url_for('static', filename='css/digimarks.css') }}?20171225" type="text/css" rel="stylesheet" media="screen,projection"/>