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; 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 { .jstree-default .jstree-hovered {
background:rgb(31,141,214); background:rgb(31,141,214);
} }
.jstree-default .jstree-clicked { .jstree-default .jstree-clicked,
.jstree-default .jstree-clicked .hl-node {
background: rgb(31,141,214); background: rgb(31,141,214);
color: #fff; color: #fff;
} }

View File

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

View File

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