mirror of
https://github.com/slorelee/wimbuilder2.git
synced 2025-05-06 18:25:51 +08:00
update assets/themes
This commit is contained in:
parent
168adc3364
commit
be9eb98f94
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user