First commit
This commit is contained in:
parent
cf97b64877
commit
cc69770608
1468 changed files with 265316 additions and 128 deletions
59
www/admin/art/xtree/xtree.css
Normal file
59
www/admin/art/xtree/xtree.css
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
.webfx-tree-container {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
font: icon;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.webfx-tree-item {
|
||||
padding: 0px;
|
||||
margin: -4px;
|
||||
color: #FFFFFF;
|
||||
white-space: nowrap;
|
||||
font-family: icon;
|
||||
|
||||
}
|
||||
|
||||
.webfx-tree-item a, .webfx-tree-item a:active, .webfx-tree-item a:hover {
|
||||
margin-left: 3px;
|
||||
padding: 0 2px 2px 2px;
|
||||
|
||||
}
|
||||
|
||||
.webfx-tree-item a {
|
||||
color: #FFFF00;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.webfx-tree-item a:hover {
|
||||
color: #FFFF33;
|
||||
}
|
||||
|
||||
.webfx-tree-item a:active {
|
||||
background: highlight;
|
||||
color: #FFFF00;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.webfx-tree-item img {
|
||||
vertical-align: middle;
|
||||
border: 0px;
|
||||
|
||||
}
|
||||
|
||||
.webfx-tree-icon {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
|
||||
|
||||
|
||||
}
|
||||
.webfx-tree-item a.selected {
|
||||
color: selectedtext;
|
||||
background: selected;
|
||||
}
|
||||
|
||||
.webfx-tree-item a.selected-inactive {
|
||||
color: windowtext;
|
||||
background: buttonface;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue