Sha256: c82aceb0c568c7517e3af02f740968116bc4efd473f831de988c850918d0373e
Contents?: true
Size: 514 Bytes
Versions: 19
Compression:
Stored size: 514 Bytes
Contents
/* Placeholder styling for empty CMS attributes. The placeholder text is only displayed, if the element is not focused and it gets a slightly less visible style. */ [data-scrivito-display-mode="editing"] [data-scrivito-field-type]:empty:not(:focus):before { content: attr(data-placeholder); color: #999; display: block; font-size: 13px; font-style: normal; font-weight: normal; line-height: 28px; margin: 0; padding: 0; text-decoration: none; vertical-align: middle; cursor: pointer; }
Version data entries
19 entries across 19 versions & 1 rubygems