From 0db9279361e4ea98387d4da001f30f438788dfe8 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Tue, 17 Apr 2018 18:59:17 +0200 Subject: Make fields readable in login screen. --- app/assets/stylesheets/refinery/layout.css.scss | 5 ----- 1 file changed, 5 deletions(-) (limited to 'app/assets/stylesheets/refinery/layout.css.scss') diff --git a/app/assets/stylesheets/refinery/layout.css.scss b/app/assets/stylesheets/refinery/layout.css.scss index 3d9798f..19670da 100644 --- a/app/assets/stylesheets/refinery/layout.css.scss +++ b/app/assets/stylesheets/refinery/layout.css.scss @@ -347,14 +347,9 @@ body.login { } /* Works in Firefox, Safari, Chrome, IE8+ */ input.larger { - background: image_url('refinery/text_field_background.png') repeat-x white; height: 31px; } - input.larger:focus { - background-position: 0px -41px; - } .fieldWithErrors input.larger { - background-position: 0px -82px; border: 1px solid red; } } -- cgit v1.2.3