Sha256: 4d854603cbeb02f06752fb3a62a0d9f76055d7f8e663be74dd4c2e6f0bc58692
Contents?: true
Size: 569 Bytes
Versions: 16
Compression:
Stored size: 569 Bytes
Contents
/*** get rid of the ghastly yellow background color that chrome adds when autofilling forms. **/ input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { transition: background-color 5000s ease-in-out 0s; } input[type=submit] { -webkit-appearance: none !important; } label{ width:100%; left:0px !important; } .spinner-layer{ border-color: white !important; } .g-recaptcha{ display:inline-block; } .icon-align{ vertical-align:bottom; } .parallax-container { height: 200px !important; }
Version data entries
16 entries across 16 versions & 1 rubygems