1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 16:58:06 +08:00
volcanos/demo/pane/Action.css
2020-05-01 21:10:29 +08:00

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;
}