mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
parent
dfa75f0c74
commit
650eee85ab
2 changed files with 5 additions and 0 deletions
|
@ -27,6 +27,10 @@
|
||||||
top: 15px;
|
top: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input:-webkit-autofill {
|
||||||
|
-webkit-box-shadow: 0 0 0px 1000px $lightgrey inset !important;
|
||||||
|
}
|
||||||
|
|
||||||
}//.ghost-login
|
}//.ghost-login
|
||||||
|
|
||||||
.login-box,
|
.login-box,
|
||||||
|
|
|
@ -60,6 +60,7 @@
|
||||||
.clearfix:after { clear: both; }
|
.clearfix:after { clear: both; }
|
||||||
.clearfix { *zoom: 1; }
|
.clearfix { *zoom: 1; }
|
||||||
|
|
||||||
|
|
||||||
/* ==========================================================================
|
/* ==========================================================================
|
||||||
Global Styles
|
Global Styles
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
|
Loading…
Add table
Reference in a new issue