mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 16:58:06 +08:00
11 lines
189 B
CSS
11 lines
189 B
CSS
fieldset.Action {
|
|
min-width:160px;
|
|
min-height:160px;
|
|
padding-left:10px;
|
|
padding-right:10px;
|
|
}
|
|
fieldset.Action>div.output>div.item:hover {
|
|
background-color:lightblue;
|
|
}
|
|
|