Sha256: efc7d54ea4f40060c99d6ed951c39d1a9edfa39216f1d01d20f181cab0bbe253
Contents?: true
Size: 1.06 KB
Versions: 1
Compression:
Stored size: 1.06 KB
Contents
.ck-view.ck-text-field { border: none; overflow: visible; background: white; } .ck-text-field .border { position: absolute; top: 0px; bottom: 0px; right: 0px; left: 0px; } /* safari */ .safari .ck-text-field .border { -webkit-appearance: textfield; } /* internet explorer */ .msie .ck-text-field .border { border: 1px inset; } .ck-text-field .padding { position: absolute; top: 0px; bottom: 0px; right: 3px; left: 3px; } .ck-text-field input { position: absolute; top: 0px; bottom: 0px; right: 0px; left: 0px; width: 100%; height: 100%; display: block; vertical-align: middle; background: transparent; line-height: 100%; } .msie .ck-text-field input { padding-bottom: 1px; } /* safari */ .ck-text-field input { border: none; outline: none; -webkit-appearance: none; } /* ========================= */ /* = Rounded look and feel = */ /* ========================= */ .safari .ck-text-field.rounded .border { -webkit-appearance: searchfield; } .safari .ck-text-field.rounded .padding { left: 10px; right: 10px; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
opal-0.1.0 | opals/foundation/resources/text_field/text_field.css |