mirror of
https://shylinux.com/x/volcanos
synced 2025-04-27 01:28:28 +08:00
13 lines
376 B
CSS
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;
|
|
}
|