Clear some javascript @todos: fancytree options, optionclass processing
All checks were successful
Create Docker Image / Test Application (x86_64) (push) Successful in 3m27s
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 1m25s
Create Docker Image / Build Docker Image (arm64) (push) Successful in 4m35s
Create Docker Image / Final Docker Image Manifest (push) Successful in 9s
All checks were successful
Create Docker Image / Test Application (x86_64) (push) Successful in 3m27s
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 1m25s
Create Docker Image / Build Docker Image (arm64) (push) Successful in 4m35s
Create Docker Image / Final Docker Image Manifest (push) Successful in 9s
This commit is contained in:
6
public/css/fixes.css
vendored
6
public/css/fixes.css
vendored
@@ -69,10 +69,6 @@ table.dataTable thead .sorting {
|
||||
*/
|
||||
|
||||
/** Fancy Tree Fixes **/
|
||||
/*
|
||||
@todo The unopened lazy branches off the tree are off by 5px. see *-cdl. below
|
||||
@todo The last node is missing some dots, connecting to the previous node
|
||||
*/
|
||||
/* So our tree can be longer than the frame */
|
||||
.scrollbar-sidebar {
|
||||
overflow: auto;
|
||||
@@ -117,7 +113,7 @@ ul.fancytree-container ul {
|
||||
}
|
||||
.fancytree-node.fancytree-exp-n span.fancytree-expander,
|
||||
.fancytree-node.fancytree-exp-n span.fancytree-expander:hover { /* node */
|
||||
margin-top: 4px;
|
||||
margin-top: 3px;
|
||||
background-position: 0 -63px;
|
||||
}
|
||||
.fancytree-node.fancytree-exp-nl span.fancytree-expander { /* node last */
|
||||
|
Reference in New Issue
Block a user