summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-06-02 11:24:53 +0100
committerPhil Hughes <me@iamphill.com>2016-06-02 11:24:53 +0100
commit31112fd0cb0ce930cc8fbc068536310424d6dd06 (patch)
tree7fdd82bccc05353aa0186bd75e756a3e31727c10
parentacfbeced52db321534c7b03a56a909e280d26914 (diff)
downloadgitlab-ce-note-edit-background-color.tar.gz
Edit form background color on highlighted notenote-edit-background-color
Added a white background to the edit form on highlighted notes Closes #18101
-rw-r--r--app/assets/stylesheets/pages/note_form.scss13
1 files changed, 2 insertions, 11 deletions
diff --git a/app/assets/stylesheets/pages/note_form.scss b/app/assets/stylesheets/pages/note_form.scss
index 7fa13e66b43..d714257f176 100644
--- a/app/assets/stylesheets/pages/note_form.scss
+++ b/app/assets/stylesheets/pages/note_form.scss
@@ -96,17 +96,8 @@
display: none;
font-size: 15px;
- .form-actions {
- padding-left: 20px;
-
- .btn-save {
- float: left;
- }
-
- .note-form-option {
- float: left;
- padding: 2px 0 0 25px;
- }
+ .md-area {
+ background-color: #fff;
}
}