Server IP : 150.95.80.236 / Your IP : 52.14.131.112 Web Server : Apache System : Linux host-150-95-80-236 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64 User : social-telecare ( 10000) PHP Version : 7.4.33 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/pcu.in.th/sc.pcu.in.th/demo15/src/sass/vendors/plugins/ |
Upload File : |
// // jsTree // .jstree-default { .jstree-anchor { color: $gray-700; padding: 0 8px 0 4px; } .jstree-icon { color: $gray-700; font-size: 1.3rem; &.la { font-size: 1.5rem; } &.fa { font-size: 1.2rem; } } .jstree-disabled { cursor: not-allowed; line-height: auto; height: auto; opacity: 0.7; .jstree-icon { color: $gray-700; } } .jstree-clicked { border: 0; background: $gray-100; box-shadow: none; } .jstree-hovered { border: 0; background-color: $gray-100; box-shadow: none; } .jstree-wholerow-clicked, .jstree-wholerow-clicked { background: $gray-200; box-shadow: none; } .jstree-wholerow-hovered, &.jstree-wholerow .jstree-wholerow-hovered { border: 0; background-color: $gray-100; box-shadow: none; } } .jstree-open>.jstree-anchor>.fa-folder:before { margin-left: 2px; content: "\f07c"; } .jstree-open>.jstree-anchor>.la-folder:before { margin-left: 2px; content: "\f200"; } .jstree-default.jstree-rtl .jstree-node { background-position: 100% 1px#{'/*rtl:ignore*/'} !important; } .jstree-default.jstree-rtl .jstree-last { background: transparent #{'/*rtl:ignore*/'}; background-repeat: no-repeat; } .jstree-rtl .jstree-anchor { padding: 0 4px 0 8px#{'/*rtl:ignore*/'}; } // context menu .vakata-context, .vakata-context ul { padding: 0.5rem 0; min-width: 150px; font-size: 1rem; font-family: $font-family-base; background: $body-bg; box-shadow: $dropdown-box-shadow; border: 0; @include border-radius($border-radius); li { padding: 0; border: 0; a { padding: 0rem 1.2rem; border: 0; //line-height: 2.2em; i { display: none; } .vakata-contextmenu-sep { display: none; } span, ins { display: none; border: 0 !important; } } } .vakata-context-hover>a, li a:hover { margin: 0; background-color: $gray-100; color: $primary; box-shadow: none; .span, .ins { border: 0 !important; } } } .vakata-context .vakata-context-separator a, .vakata-context-rtl .vakata-context-separator a { margin: 0; border: 0; height: 2px; background-color: $gray-200; } .jstree-rename-input { outline: none !important; padding: 2px 6px !important; margin-right: -4px !important; background-color: $gray-100 !important; border: 1px solid $gray-100 !important; @include border-radius($border-radius); }