Commit 31112fd0 authored by Phil Hughes's avatar Phil Hughes

Edit form background color on highlighted note

Added a white background to the edit form on highlighted notes

Closes #18101
parent acfbeced
...@@ -96,17 +96,8 @@ ...@@ -96,17 +96,8 @@
display: none; display: none;
font-size: 15px; font-size: 15px;
.form-actions { .md-area {
padding-left: 20px; background-color: #fff;
.btn-save {
float: left;
}
.note-form-option {
float: left;
padding: 2px 0 0 25px;
}
} }
} }
......
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