mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 16:58:06 +08:00
17 lines
301 B
CSS
17 lines
301 B
CSS
fieldset.Steam table.device {
|
|
padding:10px;
|
|
border:solid 1px green;
|
|
margin-left:10px;
|
|
float:left;
|
|
}
|
|
fieldset.Steam div.output tr.select {
|
|
background-color:red;
|
|
}
|
|
fieldset.Steam div.create {
|
|
/* clear:both; */
|
|
}
|
|
fieldset.Steam div.create pre:hover {
|
|
background-color:red;
|
|
}
|
|
|