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 }};
}
-
+