Skip to content

Commit

Permalink
Elastic: Add missing filter drag-n-drop indicators
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Mar 9, 2019
1 parent d88fb7e commit 0ac2747
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions plugins/managesieve/skins/elastic/templates/managesieve.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,13 @@ <h3 id="aria-label-setactions" class="voice"><roundcube:label name="managesieve.
</ul>
</div>

<style>
#filterslist tr.filtermoveup td {
border-top: 1px dotted #555 !important;
}
#filterslist tr.filtermovedown td {
border-bottom: 1px dotted #555 !important;
}
</style>

<roundcube:include file="includes/footer.html" />

0 comments on commit 0ac2747

Please sign in to comment.