new static files.
Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
parent
83e792bcaa
commit
fe4f6c97d5
778 changed files with 71557 additions and 0 deletions
BIN
static/cms/js/jstree/themes/classic/folder.gif
Normal file
BIN
static/cms/js/jstree/themes/classic/folder.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 365 B |
BIN
static/cms/js/jstree/themes/classic/folderopen.gif
Normal file
BIN
static/cms/js/jstree/themes/classic/folderopen.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 370 B |
BIN
static/cms/js/jstree/themes/classic/minus.gif
Normal file
BIN
static/cms/js/jstree/themes/classic/minus.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 80 B |
BIN
static/cms/js/jstree/themes/classic/plus.gif
Normal file
BIN
static/cms/js/jstree/themes/classic/plus.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 82 B |
48
static/cms/js/jstree/themes/classic/style.css
Normal file
48
static/cms/js/jstree/themes/classic/style.css
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
.tree .tree-classic li.open {
|
||||
background:url("minus.gif") 2px 5px no-repeat;
|
||||
}
|
||||
.tree .tree-classic li.closed {
|
||||
background:url("plus.gif") 2px 5px no-repeat;
|
||||
}
|
||||
.tree .tree-classic #dragged li.open {
|
||||
background:url("plus.gif") 2px 5px no-repeat;
|
||||
}
|
||||
|
||||
.tree .tree-classic li.open a {
|
||||
background-image:url("folderopen.gif");
|
||||
}
|
||||
.tree .tree-classic li.closed a {
|
||||
background-image:url("folder.gif");
|
||||
}
|
||||
.tree .tree-classic li.leaf a {
|
||||
background-image:url("folder.gif");
|
||||
}
|
||||
|
||||
.tree .tree-classic li a {
|
||||
-moz-border-radius:0;
|
||||
}
|
||||
|
||||
.tree .tree-classic li a:hover {
|
||||
background-color:white;
|
||||
border-color:white;
|
||||
}
|
||||
.tree .tree-classic li a.clicked,
|
||||
.tree .tree-classic li span.clicked {
|
||||
background-color:navy;
|
||||
border-color:navy;
|
||||
color:white;
|
||||
}
|
||||
|
||||
.rtl .tree-classic li.open {
|
||||
background-position:right 5px;
|
||||
margin-right:-3px;
|
||||
padding-right:19px;
|
||||
}
|
||||
.rtl .tree-classic li.closed {
|
||||
background-position:right 5px;
|
||||
margin-right:-3px;
|
||||
padding-right:19px;
|
||||
}
|
||||
.rtl .tree-classic #dragged li.open {
|
||||
background-position: right 5px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue