1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 08:48:06 +08:00
volcanos/pane/Action.css
2020-12-30 17:40:51 +08:00

22 lines
549 B
CSS

fieldset.Action {
min-width:160px;
background-color:#051625;
color:white;
}
fieldset.Action fieldset.plugin {
box-shadow:2px 2px 10px 4px #626bd0;
background-color:#113c4a;
margin:10px; padding:10px;
}
fieldset.Action fieldset.plugin:hover {
box-shadow:4px 4px 12px 6px #626bd0;
}
fieldset.Action fieldset.plugin legend {
background-color:#477182; color:white;
font-size:16px; font-family:monospace;
margin-top:4px 5px; padding:2px 20px;
}
fieldset.Action fieldset.plugin legend:hover {
background:red;
}