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

Don't override the colour of form widgets

This commit is contained in:
2017-07-28 13:49:24 +02:00
parent c354613b60
commit 6f4d270858
2 changed files with 1 additions and 27 deletions

View File

@@ -16,32 +16,6 @@ nav .button-collapse i
font-size: 2.7rem;
}
/** Form input fields **/
/* label underline focus color */
.input-field input[type=text]:focus
{
border-bottom: 1px solid #000;
box-shadow: 0 1px 0 0 #000;
}
/* valid color */
.input-field input[type=text].valid
{
border-bottom: 1px solid #000;
box-shadow: 0 1px 0 0 #000;
}
/* invalid color */
.input-field input[type=text].invalid
{
border-bottom: 1px solid #000;
box-shadow: 0 1px 0 0 #000;
}
/* icon prefix focus color */
.input-field .prefix.active
{
color: #000;
}
/** Cards and tags **/
.card .card-content,