1
0

textarea.cke_source patch needs to support webkit for html nugget plugins too

This commit is contained in:
Ian
2015-05-05 17:02:06 +02:00
parent a1854d4567
commit ffa6493677

View File

@ -821,10 +821,8 @@ input[type="url"] {
height: 1.8em;
max-width: 100%;
}
@-moz-document url-prefix() {
textarea.cke_source,
.configuration_group .form_area textarea.cke_source { white-space: pre-wrap; max-width: 100%; }
}
textarea.cke_source,
.configuration_group .form_area textarea.cke_source { white-space: pre-wrap; max-width: 100%; }
input[type="datetime-local"]::-webkit-clear-button {
-webkit-appearance: none;