diff options
author | Luke Shumaker <shumakl@purdue.edu> | 2014-04-23 13:17:23 -0400 |
---|---|---|
committer | Luke Shumaker <shumakl@purdue.edu> | 2014-04-23 13:17:23 -0400 |
commit | 21d6ddb3b2e85fa24f331dbf547133a34b0d37bd (patch) | |
tree | 696d9e66b8599b7fa569af96008574543650f27c /app/assets | |
parent | 0b9837d93681f2119b4e0074dd3890526c8cca34 (diff) |
oops
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/custom.css.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/custom.css.scss b/app/assets/stylesheets/custom.css.scss index 4de8c94..d299dda 100644 --- a/app/assets/stylesheets/custom.css.scss +++ b/app/assets/stylesheets/custom.css.scss @@ -31,7 +31,7 @@ a, input[type="submit"] { input[type="text"], input[type="password"]{ - -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.1), 0 0 16px rgba(0,0,0,0.1) + -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.1), 0 0 16px rgba(0,0,0,0.1); -moz-box-shadow: inset 0 0 8px rgba(0,0,0,0.1), 0 0 16px rgba(0,0,0,0.1); box-shadow: inset 0 0 8px rgba(0,0,0,0.1), 0 0 16px rgba(0,0,0,0.1); |