summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authortkimia <tkimia@purdue.edu>2014-04-24 13:19:41 -0400
committertkimia <tkimia@purdue.edu>2014-04-24 13:19:41 -0400
commitf5956e949699e8db56774e0338d7228c3289ec1e (patch)
treebb0215a2789c29d53086da4f6e80039bd53e2f9f /app/assets
parent55fa26ca1517a15e366b475a8152cf61aef6dc9c (diff)
small visual fixes
Diffstat (limited to 'app/assets')
-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;
}