From 081348ef8d2a9469c77b105e66d6efe2fc18b282 Mon Sep 17 00:00:00 2001 From: Vichingo455 Date: Thu, 30 Oct 2025 08:46:01 +0100 Subject: [PATCH] CSS Testing --- htdocs/admin/style.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/htdocs/admin/style.css b/htdocs/admin/style.css index 757ff37..4da6dc2 100644 --- a/htdocs/admin/style.css +++ b/htdocs/admin/style.css @@ -170,17 +170,19 @@ body { } .admin-container form a.cancel-edit { - padding: 8px 15px; - border: none; + display: inline-block; + margin: 10px; + padding: 12px 25px; background-color: #1f618d; color: #fff; - border-radius: 6px; - cursor: pointer; + text-decoration: none; + border-radius: 8px; transition: background-color 0.2s; } .admin-container form a.cancel-edit:hover { background-color: #f39c12; + color: #fff; }