1
0

single plugin textarea moz source styles

This commit is contained in:
Ian
2015-03-31 16:58:37 +02:00
parent 590d2d88ae
commit c786d457a7

View File

@ -822,7 +822,8 @@ input[type="url"] {
max-width: 100%;
}
@-moz-document url-prefix() {
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 {