.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; }