forked from Archives/Athou_commafeed
replace css tree with an angular one, fix 100% cpu usage
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
.pointer {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.main .spinner {
|
||||
display: inline-block;
|
||||
margin-left: 11px;
|
||||
@@ -43,6 +47,28 @@
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.css-treeview .indent {
|
||||
margin-left: 22px;
|
||||
}
|
||||
|
||||
.css-treeview ul {
|
||||
list-style: none;
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
.css-treeview .icon-fldr {
|
||||
background: url("../images/tree_icons.png") no-repeat;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.css-treeview .icon-fldr-open {
|
||||
background-position: 0 -16px;
|
||||
}
|
||||
|
||||
.css-treeview .icon-fldr-closed {
|
||||
background-position: 0 -32px;
|
||||
}
|
||||
|
||||
.css-treeview .error {
|
||||
color: red;
|
||||
font-style: italic;
|
||||
|
||||
Reference in New Issue
Block a user