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