Sha256: a0c080ea0a0a777e571e0f6650a5cd3e1e442f0abb92dd269c60d0ef0494c967
Contents?: true
Size: 1.07 KB
Versions: 22
Compression:
Stored size: 1.07 KB
Contents
textarea, input[type="url"], input[type="text"], input[type="email"], input[type="password"], input[type="search"], .thin_border, .input_field { @extend %default-input-style; &.dirty { background-color: #fff8df; } } input[type="search"] { -webkit-appearance: textfield; } input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration { -webkit-appearance: none; } textarea { height: auto; padding: 4px 8px; line-height: 19px; } .alchemy-char-counter { display: block; clear: both; text-align: right; &.too-long { color: $error_text_color; } } fieldset { border: none; padding: 0; margin: 1em 0; legend { font-weight: bold; text-decoration: none; margin-bottom: 0.5em; } } ::-webkit-input-placeholder { line-height: 1.5; color: $default-border-color; } .page-publication-date-fields { padding-bottom: $default-padding; @include clearfix; &.hidden { display: none; } }
Version data entries
22 entries across 22 versions & 1 rubygems