1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01: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 1bbf2827e6
commit 11faaf99fc
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
========================================================================== */