From 17db0b2d5566ec4dbf0f279ad3ad7dc754b1dfb5 Mon Sep 17 00:00:00 2001 From: Nicholas Ingalls Date: Tue, 24 Sep 2013 19:21:44 -0300 Subject: [PATCH 1/1] Add glow to search box --- app/assets/stylesheets/common.css.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index aac527628..42467adb3 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -400,11 +400,15 @@ table { height: 25px; padding: 2px 0px 2px $lineheight/4; box-shadow: inset #DDD 0px 1px 3px; + + transition: 300ms linear; + -webkit-transition: 300ms linear; + -moz-transition: 300ms linear; } input[type="text"]:focus { + box-shadow: 0px 0px 7px #9ED485; outline: none; - border: 1px solid #000; } input[type="submit"] { -- 2.43.2