From 1711066127508ed629a9e10d3603ba0466782da4 Mon Sep 17 00:00:00 2001 From: shylinux Date: Wed, 20 Oct 2021 02:39:36 +0800 Subject: [PATCH] opt some --- page/index.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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;