sf-static/sql/themes/human/treeview.css
2023-02-28 19:21:07 +01:00

131 lines
No EOL
2.2 KiB
CSS

.treeview,.treeview ul {
background-color: #fff;
color: #000;
}
.treeview .hitarea {
background: url(themes/human/images/treeview.gif) -64px -22px no-repeat;
}
.treeview li {
color: #000;
}
.filetree li span {
background: url(themes/human/images/objects.png) no-repeat;
font-family: arial;
font-size: 9pt;
}
.filetree li span.file a {
background: url(themes/human/images/objects.png) no-repeat;
background-position: -8px -176px;
}
.filetree span a:visited {
color: #000;
}
.dblist a,.dblist a:visited {
color: #000;
font-family: arial;
font-size: 9pt;
}
.filetree span.count,.filetree li span.count {
background: none;
background-color: #f8f8f8;
border-radius: 3px;
color: #666;
font-size: 11px;
}
.treeview a.selected {
background-color: #eee;
}
.treeview li.collapsable,.treeview li.expandable {
background-position: 0 -176px;
}
.treeview .expandable-hitarea {
background-position: -80px 0;
}
.treeview li.last {
background-position: 0 -1766px;
}
.treeview li.lastCollapsable,.treeview li.lastExpandable {
background: url(themes/human/images/treeview.gif) no-repeat;
}
.treeview li.lastCollapsable {
background-position: 0 -111px;
}
.treeview li.lastExpandable {
background-position: -32px -67px;
}
.treeview div.lastCollapsable-hitarea,.treeview div.lastExpandable-hitarea {
background-position: 0;
}
.filetree li span.schmf {
background-position: -8px -6px;
}
.filetree li span.tablef {
background-position: -8px -31px;
}
.filetree li span.viewf {
background-position: -8px -55px;
}
.filetree li span.procf {
background-position: -8px -79px;
}
.filetree li span.funcf {
background-position: -8px -102px;
}
.filetree li span.trigf {
background-position: -8px -126px;
}
.filetree li span.evtf {
background-position: -8px -151px;
}
.filetree li span.file {
background: none;
}
.filetree li span.current {
background: #f3d5b0;
}
.filetree span a:hover {
border-bottom: 1px dotted #acacac;
}
.dblist span.odb {
background: url(themes/human/images/objects.png) no-repeat;
background-position: -8px -8px;
}
#tablelist a {
color: #000;
}
#tablelist span.current a {
color: #000;
}
.filetree span a {
font-family: arial;
font-size: 9pt;
}