mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-06 23:05:10 +01:00
Fixed dark text on dark background
This commit is contained in:
@@ -28,14 +28,9 @@
|
|||||||
color: {{ theme.CHIP_TEXT }};
|
color: {{ theme.CHIP_TEXT }};
|
||||||
}
|
}
|
||||||
/* label color */
|
/* 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 }};
|
color: {{ theme.TEXTHEX }} !important;
|
||||||
}
|
|
||||||
/* label focus color */
|
|
||||||
.input-field input[type=text]:focus + label
|
|
||||||
{
|
|
||||||
color: {{ theme.TEXTHEX }};
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<link href="{{ url_for('static', filename='css/digimarks.css') }}?20171225" type="text/css" rel="stylesheet" media="screen,projection"/>
|
<link href="{{ url_for('static', filename='css/digimarks.css') }}?20171225" type="text/css" rel="stylesheet" media="screen,projection"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user