Commit c1a38e41 by Kelketek

Merge pull request #62 from edx-solutions/safari_blank_notice

Make Safari treat text areas with errors properly.
parents 7be33299 ba1df097
......@@ -271,7 +271,9 @@
.xblock--drag-and-drop--editor .tab .field-error {
outline: none;
box-shadow: 0 0 10px darkred;
box-shadow: 0 0 10px 0 darkred;
/* Needed because Safari won't show the box-shadow for textareas otherwise. */
-webkit-appearance: none;
}
.xblock--drag-and-drop--editor .icon.add:before {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment