mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 16:58:06 +08:00
38 lines
752 B
CSS
38 lines
752 B
CSS
fieldset.Footer {
|
|
height:32px; padding:0 5px;
|
|
clear:both;
|
|
}
|
|
fieldset.Footer div.toast {
|
|
position:static;
|
|
float:left;
|
|
}
|
|
fieldset.Footer>div.output {
|
|
height:32px; overflow:hidden;
|
|
}
|
|
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;
|
|
}
|
|
|
|
fieldset.Footer>div.output input[name=cmd] {
|
|
background-color:black; color:white;
|
|
width:120px; height:25px;
|
|
}
|
|
fieldset.Footer>div.output input[name=cmd]:focus {
|
|
width:320px;
|
|
}
|