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;
|
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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user