mirror of
https://shylinux.com/x/volcanos
synced 2025-04-29 10:19:22 +08:00
15 lines
314 B
CSS
15 lines
314 B
CSS
fieldset.draw div.action {
|
|
clear:none;
|
|
}
|
|
fieldset.draw div.output div.project {
|
|
min-width:60px;
|
|
max-width:120px;
|
|
overflow:auto;
|
|
}
|
|
fieldset.draw div.output div.project div.item.select {
|
|
background-color:red; border:solid 2px yellow;
|
|
}
|
|
fieldset.draw div.output svg {
|
|
border: 1px solid red;
|
|
}
|