1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-27 17:48:28 +08:00
2021-01-15 19:50:54 +08:00

13 lines
393 B
CSS

fieldset.drawer div.output div.project {
min-width:80px; max-width:240px; overflow:auto;
}
fieldset.drawer div.output div.project div.item:hover {
background-color:red; border:solid 2px yellow;
}
fieldset.drawer div.output div.project div.item.select {
background-color:red; border:solid 2px yellow;
}
fieldset.drawer div.output div.content svg {
background-color:#1b5b738c;
}