summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorryderr <r@okfoc.us>2014-11-17 18:33:32 -0500
committerryderr <r@okfoc.us>2014-11-17 18:33:32 -0500
commitdfddccde5447a00887a6546a8b8e7b909f1ea8db (patch)
tree3de95d99476438a93c03668ee9bdeebe8bc6b72b /public
parent37466ff2c09432f27a96f7a33dc041175847f6d6 (diff)
autofil;
Diffstat (limited to 'public')
-rwxr-xr-xpublic/assets/stylesheets/app.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index cf11b1a..5ef87b2 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -9,7 +9,9 @@
body,textarea,input {
font-family: 'Lato', sans-serif;
}
-
+input:-webkit-autofill {
+ -webkit-box-shadow: 0 0 0px 1000px white inset;
+}
.mobile input {
-webkit-appearance: none;
}