mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 16:58:06 +08:00
28 lines
499 B
CSS
28 lines
499 B
CSS
fieldset.Footer {
|
|
height:32px; padding:0 5px;
|
|
clear:both;
|
|
}
|
|
fieldset.Footer div.toast {
|
|
position:static;
|
|
float:left;
|
|
}
|
|
fieldset.Footer>div.output>div {
|
|
height:22px; padding:5px;
|
|
cursor:pointer;
|
|
}
|
|
fieldset.Footer>div.output>div:hover {
|
|
border-bottom:solid 2px red;
|
|
background-color:#2e515f;
|
|
}
|
|
|
|
fieldset.Footer>div.output div.title {
|
|
float:left;
|
|
}
|
|
fieldset.Footer>div.output div.toast {
|
|
float:right;
|
|
}
|
|
fieldset.Footer>div.output div.state {
|
|
float:right;
|
|
}
|
|
|