1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-27 01:28:28 +08:00
2020-08-07 09:57:18 +08:00

13 lines
376 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 svg {
border: 1px solid red;
}