Custom CSS: Difference between revisions
Jump to navigation
Jump to search
| Line 367: | Line 367: | ||
===Hide "Help" icon in left column=== | ===Hide "Help" icon in left column=== | ||
<code>.sticky-left .row-help-button {display: none;}</code> | <code>.sticky-left .row-help-button {display: none;}</code> | ||
===Hide Drag&Drop option=== | |||
<code>#dragDropButton {display: none;}</code> | |||
===Hide "Notes" icon in left column=== | ===Hide "Notes" icon in left column=== | ||
<code>.sticky-left .fa-comment-alt-plus, .sticky-left .fa-comment-alt-lines {display: none;}</code> | <code>.sticky-left .fa-comment-alt-plus, .sticky-left .fa-comment-alt-lines {display: none;}</code> | ||