fixed tree hover

This commit is contained in:
Dmitriy Zaporozhets 2012-04-07 17:30:00 +03:00
parent 8fa22de9ac
commit 2fa4aadb8f
1 changed files with 8 additions and 5 deletions

View File

@ -113,13 +113,16 @@
color:#888; color:#888;
} }
#tree-slider {
.tree-item { .tree-item {
&:hover { &:hover {
background: $hover; td { background: $hover; }
cursor:pointer; cursor:pointer;
} }
}
}
.tree-item {
.tree-item-file-name { .tree-item-file-name {
font-weight:bold; font-weight:bold;
a { a {