Limit free icon on jstree for asset/texture items
This commit is contained in:
@@ -20,23 +20,25 @@ $tree-color-highlight-background-text: white
|
|||||||
+media-xs
|
+media-xs
|
||||||
width: 100%
|
width: 100%
|
||||||
|
|
||||||
&[is_free='true']
|
&[data-node-type="asset"],
|
||||||
.jstree-anchor
|
&[data-node-type="texture"]
|
||||||
padding-right: 20px
|
&[is_free='true']
|
||||||
&:before
|
.jstree-anchor
|
||||||
font-family: 'pillar-font'
|
padding-right: 20px
|
||||||
content: '\e84e'
|
|
||||||
color: $color-success
|
|
||||||
font-size: .8em
|
|
||||||
padding: 0 5px
|
|
||||||
position: absolute
|
|
||||||
right: 5px
|
|
||||||
|
|
||||||
&.jstree-clicked
|
|
||||||
padding-right: 30px
|
|
||||||
&:before
|
&:before
|
||||||
color: $tree-color-highlight-background-text !important
|
font-family: 'pillar-font'
|
||||||
right: 15px
|
content: '\e84e'
|
||||||
|
color: $color-success
|
||||||
|
font-size: .8em
|
||||||
|
padding: 0 5px
|
||||||
|
position: absolute
|
||||||
|
right: 5px
|
||||||
|
|
||||||
|
&.jstree-clicked
|
||||||
|
padding-right: 30px
|
||||||
|
&:before
|
||||||
|
color: $tree-color-highlight-background-text !important
|
||||||
|
right: 15px
|
||||||
|
|
||||||
&[data-node-type="page"],
|
&[data-node-type="page"],
|
||||||
&[data-node-type="blog"]
|
&[data-node-type="blog"]
|
||||||
|
Reference in New Issue
Block a user