Sha256: d632c2e0aa2b03f6c42586ab36bb4646c0eb6e88bde9332c304507bc4ce0c46f
Contents?: true
Size: 495 Bytes
Versions: 31
Compression:
Stored size: 495 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; }
Version data entries
31 entries across 31 versions & 1 rubygems