aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/refinery/layout.css.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/refinery/layout.css.scss')
-rw-r--r--app/assets/stylesheets/refinery/layout.css.scss5
1 files changed, 0 insertions, 5 deletions
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;
}
}