updates
This commit is contained in:
parent
fad98bade3
commit
7930d1cc8e
5 changed files with 41 additions and 2 deletions
|
@ -52,7 +52,7 @@
|
|||
.content {
|
||||
.group {
|
||||
.dtree {
|
||||
.clip {
|
||||
//.clip {
|
||||
.dTreeNode {
|
||||
position: relative;
|
||||
&:hover {
|
||||
|
@ -67,6 +67,11 @@
|
|||
background: $nom-blue;
|
||||
border-color: $nom-blue-dark;
|
||||
color: rgb(255, 255, 255);
|
||||
&:first-of-type {
|
||||
background: transparent;
|
||||
border-color: transparent;
|
||||
color: $nom-blue;
|
||||
}
|
||||
}
|
||||
&.navSel,
|
||||
&.node,
|
||||
|
@ -90,7 +95,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
//}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue