summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-24 17:02:33 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-24 17:02:33 -0400
commitcba88607fef562846958a0baeda420fa2d7529ed (patch)
tree1acef0af97b8e4f9d222663ffc68713fc2ef6afd /app
parent27c3e207b299e6c5a94a1ab81412bb9e11a0d92a (diff)
parentcb9ab169f9d3e650deef23841c3e70bc62cbca34 (diff)
Merge branch 'master' of https://github.com/LukeShu/leaguer
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/custom.css.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/custom.css.scss b/app/assets/stylesheets/custom.css.scss
index 4104235..b456893 100644
--- a/app/assets/stylesheets/custom.css.scss
+++ b/app/assets/stylesheets/custom.css.scss
@@ -36,13 +36,14 @@ a, input[type="submit"] {
}
-input[type="text"], input[type="password"]{
+input[type="text"], input[type="password"], textarea{
-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);
border: 3px inset #A5A5A5;
padding: 8px;
+ color: $orange !important;
background: rgba(0,0,0,0.5);
margin: 0 0 5px 0;
}