Skip to content

Commit 8bcf79a

Browse files
committed
fix icon in tree when move #1167
1 parent 3c9a502 commit 8bcf79a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manager/media/style/default/css/tree.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#treeRoot .indent { position: relative; z-index: -1; float: left; height: 1.5em; }
3131
#treeRoot .indent i { float: left; height: 1.2em; width: 1.5em }
3232
#treeRoot .dragafter > a .indent, #treeRoot .dragbefore > a .indent { z-index: 1; }
33-
#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 }
33+
#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; }
3434
#treeRoot .dragbefore > a .indent::before { bottom: auto; top: -0.5em; }
3535
#treeRoot .empty { color: #aaa; cursor: default; }
3636
#treeRoot .icon { cursor: pointer; -webkit-transition-duration: 0.15s; transition-duration: 0.15s }

0 commit comments

Comments
 (0)