1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 08:48:06 +08:00
This commit is contained in:
shylinux 2021-10-20 02:39:36 +08:00
parent d2cb2da98a
commit 1711066127

View File

@ -161,12 +161,18 @@ table.content td:hover {
background-color:red;
}
td>input[type=button][name=create] {
background-color:blue;
}
td>input[type=button][name=remove] {
background-color:red;
}
td>input[type=button][name=create] {
td>input[type=button][name=start] {
background-color:blue;
}
td>input[type=button][name=stop] {
background-color:red;
}
legend {
box-shadow:4px 4px 20px 4px #626bd0;