Built motion from commit 450cc5d.|0.0.139
[motion.git] / public / assets / css / global / custom.css
index 27b80c6..d6eece1 100644 (file)
@@ -783,3 +783,16 @@ rzslider .rz-ticks .rz-tick{
     overflow: hidden !important;
     text-overflow: ellipsis;
 }
+
+.notes-textarea,.notes-textarea:focus, .notes-textarea:hover, .notes-textarea:active{
+  background-color:#F6FF7D;
+  width: calc(100%);
+  height: 200px;
+  resize: none;
+  border: none;
+  overflow: auto;
+  outline: none;
+  -webkit-box-shadow: none;
+  -moz-box-shadow: none;
+  box-shadow: none;
+}