Sha256: 7814c64320b331e357def52a2675d675e95fb883bf4acbefbc15f371a5186265
Contents?: true
Size: 756 Bytes
Versions: 31
Compression:
Stored size: 756 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; } /* In order to place the tracking correctly */ /* for the barcode scanner overlay, from qagga */ canvas.drawing, canvas.drawingBuffer { position: absolute; left: 0; top: 0; }
Version data entries
31 entries across 31 versions & 1 rubygems