Skip to content

Commit

Permalink
replace corner handle for gridstack
Browse files Browse the repository at this point in the history
  • Loading branch information
orthagh committed Jan 20, 2021
1 parent 5398c4f commit cb9b4c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,9 @@ input.submit_button:focus {
}

#plugin_formcreator_form.plugin_formcreator_form_design .grid-stack > .grid-stack-item > .ui-resizable-se {
right: 3px;
right: 2px;
background-image: url("../pics/corner-handle.png");
transform: inherit;
}

#plugin_formcreator_form.plugin_formcreator_form_design .plugin_formcreator_question {
Expand Down

0 comments on commit cb9b4c7

Please sign in to comment.