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

Moved label colours to template/theme; added freshgreen and dark

This commit is contained in:
2017-07-22 21:42:12 +02:00
parent dd0a9d8283
commit 1545c17472
3 changed files with 52 additions and 12 deletions

View File

@@ -18,16 +18,6 @@ nav .button-collapse i
/** Form input fields **/
/* label color */
.input-field label
{
color: #000;
}
/* label focus color */
.input-field input[type=text]:focus + label
{
color: #000;
}
/* label underline focus color */
.input-field input[type=text]:focus
{