0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Make webkit autocomplete login styles less heinous

Fixes #771
This commit is contained in:
John O'Nolan 2013-11-03 09:29:59 +01:00
parent 9b2434be4c
commit 62416d203a
2 changed files with 5 additions and 0 deletions

View file

@ -27,6 +27,10 @@
top: 15px;
}
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px $lightgrey inset !important;
}
}//.ghost-login
.login-box,

View file

@ -60,6 +60,7 @@
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
/* ==========================================================================
Global Styles
========================================================================== */