update assets/themes

This commit is contained in:
slore 2022-08-24 14:02:22 +08:00
parent 168adc3364
commit be9eb98f94
3 changed files with 28 additions and 1 deletions

View File

@ -45,11 +45,23 @@ select, option, input[type=text],
color: #d4d4d4;
}
/* hightlight jstree node */
.jstree-default .hl-node {
display:inline-block;
font-weight:bold;
color: rgb(66, 184, 221);
}
.jstree-default .jstree-hovered .hl-node {
color: #fff;
}
.jstree-default .jstree-hovered {
background:rgb(31,141,214);
}
.jstree-default .jstree-clicked {
.jstree-default .jstree-clicked,
.jstree-default .jstree-clicked .hl-node {
background: rgb(31,141,214);
color: #fff;
}

View File

@ -55,6 +55,14 @@ select, option, input[type=text],
color: #fff;
}
/* hightlight jstree node */
.jstree-default .hl-node {
display:inline-block;
font-weight:bold;
color: blue;
}
.box {
color: black;
}

View File

@ -13,6 +13,13 @@ body {
color: white;
}
/* hightlight jstree node */
.jstree-default .hl-node {
display:inline-block;
font-weight:bold;
color: blue;
}
.jstree-default .jstree-hovered {
background: #00b2ff;
}