mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-17 09:16:10 +08:00
Clean up css
This commit is contained in:
parent
adb9442677
commit
b3e646fcea
1 changed files with 15 additions and 6 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
// scss-lint:disable SelectorDepth
|
||||||
|
// scss-lint:disable NestingDepth
|
||||||
|
// scss-lint:disable IdSelector
|
||||||
@import "constants";
|
@import "constants";
|
||||||
|
|
||||||
.folders-tree-container {
|
.folders-tree-container {
|
||||||
|
@ -8,18 +11,17 @@
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
padding: .5em;
|
padding: .5em;
|
||||||
|
|
||||||
.jstree-wholerow-hovered {
|
.jstree-wholerow {
|
||||||
background: $color-alto;
|
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
height: var(--row-height);
|
height: var(--row-height);
|
||||||
margin-top: -2px;
|
}
|
||||||
|
|
||||||
|
.jstree-wholerow-hovered {
|
||||||
|
background: $color-alto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jstree-wholerow-clicked {
|
.jstree-wholerow-clicked {
|
||||||
background: $color-white;
|
background: $color-white;
|
||||||
border-radius: 4px;
|
|
||||||
height: var(--row-height);
|
|
||||||
margin-top: -2px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.jstree-search {
|
.jstree-search {
|
||||||
|
@ -65,4 +67,11 @@
|
||||||
.jstree-default-large>.jstree-container-ul .jstree-loading>.jstree-ocl {
|
.jstree-default-large>.jstree-container-ul .jstree-loading>.jstree-ocl {
|
||||||
background: image-url("throbber.gif") center no-repeat;
|
background: image-url("throbber.gif") center no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
li.jstree-node {
|
||||||
|
i.jstree-ocl,
|
||||||
|
a.jstree-anchor {
|
||||||
|
margin-top: 2px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue