jstree-marker-line at sitemap menu skin

This commit is contained in:
Erictoby 2022-05-13 17:05:25 -04:00
parent 8ecc0caaf1
commit 61c8b9ddbe
2 changed files with 48 additions and 2 deletions

View file

@ -48,6 +48,29 @@
#vakata-dragged.jstree-default .jstree-ok{background:url("d.png") -2px -53px no-repeat !important}
#vakata-dragged.jstree-default .jstree-invalid{background:url("d.png") -18px -53px no-repeat !important}
#jstree-marker.jstree-default{background:url("d.png") -41px -57px no-repeat !important; text-indent:-100px}
#jstree-marker-line.jstree-default {
padding: 0;
margin: 0;
line-height: 0%;
font-size: 0px;
overflow: hidden;
height: 0px;
width: 100px;
position: absolute;
top: -30px;
z-index: 10000;
background-repeat: no-repeat;
display: none;
cursor: not-allowed;
border-top: 1px dashed #456c43;
border-left: 0;
-moz-box-shadow: 0px 0px 2px #666;
-webkit-box-shadow: 0px 0px 2px #666;
box-shadow: 0px 0px 2px #666;
-moz-border-radius: 1px;
border-radius: 1px;
-webkit-border-radius: 1px;
}
.jstree-default a.jstree-search{color:aqua}
.jstree-default .jstree-locked a{color:silver; cursor:default}
@ -78,4 +101,4 @@
.jstree-default .jstree-undetermined a .jstree-checkbox{_background-position:-20px -19px}
.jstree-default .jstree-checked a .jstree-checkbox{_background-position:-38px -19px}
.jstree-default .jstree-unchecked a .jstree-checkbox{_background-position:-2px -19px}
/* IE6 END */
/* IE6 END */