fix cke_source code linebreak view for Mozillas

This commit is contained in:
Ian 2015-03-16 11:08:42 +01:00
parent 872d978d63
commit 72f316712b

View File

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