19 lines
332 B
CSS
19 lines
332 B
CSS
|
|
.noListImages, .noListImages * {
|
||
|
|
list-style-type: none;
|
||
|
|
}
|
||
|
|
.noListImages {
|
||
|
|
padding-left: 10px;
|
||
|
|
}
|
||
|
|
#content a.pathnode {
|
||
|
|
text-decoration: none;
|
||
|
|
border-bottom: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.kt_treenodes li.treenode > a.pathnode {
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
|
||
|
|
.kt_treenodes li.treenode.active > a.pathnode {
|
||
|
|
cursor:pointer;
|
||
|
|
}
|