From 61c8b9ddbeb4b7d7265c086df8e8f9ee8929b5a9 Mon Sep 17 00:00:00 2001 From: Erictoby Date: Fri, 13 May 2022 17:05:25 -0400 Subject: [PATCH] jstree-marker-line at sitemap menu skin --- modules/admin/tpl/js/themes/default/style.css | 25 ++++++++++++++++++- modules/menu/tpl/css/themes/default/style.css | 25 ++++++++++++++++++- 2 files changed, 48 insertions(+), 2 deletions(-) diff --git a/modules/admin/tpl/js/themes/default/style.css b/modules/admin/tpl/js/themes/default/style.css index 94e852348..7bc714fef 100644 --- a/modules/admin/tpl/js/themes/default/style.css +++ b/modules/admin/tpl/js/themes/default/style.css @@ -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 */ \ No newline at end of file +/* IE6 END */ diff --git a/modules/menu/tpl/css/themes/default/style.css b/modules/menu/tpl/css/themes/default/style.css index 420877826..0f5417de1 100644 --- a/modules/menu/tpl/css/themes/default/style.css +++ b/modules/menu/tpl/css/themes/default/style.css @@ -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 */ \ No newline at end of file +/* IE6 END */