From 6f4d2708586fce2a273be99283607322b8f0587b Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Fri, 28 Jul 2017 13:49:24 +0200 Subject: [PATCH] Don't override the colour of form widgets --- static/css/digimarks.css | 26 -------------------------- templates/base.html | 2 +- 2 files changed, 1 insertion(+), 27 deletions(-) diff --git a/static/css/digimarks.css b/static/css/digimarks.css index b067c83..f1f7347 100644 --- a/static/css/digimarks.css +++ b/static/css/digimarks.css @@ -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, diff --git a/templates/base.html b/templates/base.html index 6350db4..e3eaec4 100644 --- a/templates/base.html +++ b/templates/base.html @@ -38,7 +38,7 @@ color: {{ theme.TEXTHEX }}; } - +