tree hover

This commit is contained in:
Athou
2013-05-01 17:04:49 +02:00
parent cd10ee2e0a
commit 451979589c
4 changed files with 45 additions and 14 deletions

View File

@@ -70,10 +70,6 @@
white-space: nowrap;
}
.css-treeview .indent {
margin-left: 22px;
}
.css-treeview ul {
list-style: none;
margin-left: 0px;
@@ -127,6 +123,35 @@
text-overflow: ellipsis;
}
.css-treeview a:hover {
text-decoration: none;
}
.css-treeview li .tree-item:hover {
background-color: #EBEBEB;
text-decoration: none;
}
.css-treeview .indent1 {
padding-left: 22px;
}
.css-treeview .indent2 {
padding-left: 44px;
}
.css-treeview .indent3 {
padding-left: 66px;
}
.css-treeview .indent4 {
padding-left: 88px;
}
.css-treeview .indent5 {
padding-left: 110px;
}
/* entry list*/
.entrylist-header {
border-bottom: 1px solid #eee;