From 1d40b03447571fc0c09e190ceecc44ef5b5d5df2 Mon Sep 17 00:00:00 2001 From: LindseyB Date: Mon, 28 Mar 2011 08:45:07 +0800 Subject: [PATCH] Only add a border to text input. This removes an issue where the trashcan icons on the profile page have a border around them. --- views/stylesheets/content.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/stylesheets/content.scss b/views/stylesheets/content.scss index 40910b75..8f89f2d4 100644 --- a/views/stylesheets/content.scss +++ b/views/stylesheets/content.scss @@ -234,7 +234,7 @@ form#update-form { margin: 0.5em 0em; } - input { + input[type="text"] { border: solid 1px #CCCCCC; margin: 0.2em; }