mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 16:58:06 +08:00
15 lines
244 B
CSS
15 lines
244 B
CSS
fieldset.Storm {
|
|
float:right;
|
|
}
|
|
fieldset.Storm>div.output {
|
|
padding:0;
|
|
}
|
|
fieldset.Storm>div.output>div.item {
|
|
padding-left:6px;
|
|
}
|
|
fieldset.Storm>div.output>div.item.select {
|
|
background-color:red;
|
|
border:ridge 2px yellow;
|
|
}
|
|
|