diff --git a/page/index.css b/page/index.css index 144574ae..11d83ca0 100644 --- a/page/index.css +++ b/page/index.css @@ -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;