Skip to content

Commit

Permalink
fix icon in tree when move #1167
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmi3yy committed Nov 5, 2019
1 parent 3c9a502 commit 8bcf79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager/media/style/default/css/tree.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#treeRoot .indent { position: relative; z-index: -1; float: left; height: 1.5em; }
#treeRoot .indent i { float: left; height: 1.2em; width: 1.5em }
#treeRoot .dragafter > a .indent, #treeRoot .dragbefore > a .indent { z-index: 1; }
#treeRoot .dragafter > a .indent::after, #treeRoot .dragbefore > a .indent::before { content: "\f0da"; display: block; position: absolute; right: 0.1em; bottom: -0.5em; height: 1em; font: normal normal normal 1em/1em 'Font Awesome 5 Free'; color: #f04 }
#treeRoot .dragafter > a .indent::after, #treeRoot .dragbefore > a .indent::before { content: "\f0da"; display: block; position: absolute; right: 0.1em; bottom: -0.5em; height: 1em; font: bold 1em/1em 'Font Awesome 5 Free'; color: #f04; font-weight: bold; }
#treeRoot .dragbefore > a .indent::before { bottom: auto; top: -0.5em; }
#treeRoot .empty { color: #aaa; cursor: default; }
#treeRoot .icon { cursor: pointer; -webkit-transition-duration: 0.15s; transition-duration: 0.15s }
Expand Down

0 comments on commit 8bcf79a

Please sign in to comment.