mirror of
https://shylinux.com/x/volcanos
synced 2025-04-28 01:52:01 +08:00
15 lines
317 B
CSS
15 lines
317 B
CSS
fieldset.draw div.output {
|
|
background-color:#1b5b738c;
|
|
font-size:20px;
|
|
}
|
|
fieldset.draw div.output div.content svg {
|
|
background-color:#1b5b738c;
|
|
}
|
|
fieldset.draw div.output div.profile div.action div.item {
|
|
float:left;
|
|
}
|
|
fieldset.draw div.output div.display {
|
|
max-height:400px;
|
|
overflow:auto;
|
|
}
|