textarea.cke_source patch needs to support webkit for html nugget plugins too
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user