mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 16:58:06 +08:00
24 lines
446 B
CSS
24 lines
446 B
CSS
fieldset.Storm {
|
|
min-width:80px;
|
|
max-width:160px;
|
|
min-height:160px;
|
|
overflow:auto;
|
|
float:right;
|
|
}
|
|
fieldset.Storm>div.output {
|
|
padding:0;
|
|
}
|
|
fieldset.Storm>div.output>div.item {
|
|
padding-left:6px;
|
|
}
|
|
fieldset.Storm>div.output>div.item:hover {
|
|
cursor:pointer;
|
|
background-color:red;
|
|
border:ridge 2px yellow;
|
|
}
|
|
fieldset.Storm>div.output>div.item.select {
|
|
background-color:red;
|
|
border:ridge 2px yellow;
|
|
}
|
|
|