From b707d74507a78af297fc949d6fd65a06a51b8789 Mon Sep 17 00:00:00 2001 From: Dan Date: Mon, 21 Apr 2025 11:14:48 +0700 Subject: [PATCH] Update toolbar.css --- system/resources/css/toolbar.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/system/resources/css/toolbar.css b/system/resources/css/toolbar.css index 908690d..30d79bc 100644 --- a/system/resources/css/toolbar.css +++ b/system/resources/css/toolbar.css @@ -41,6 +41,11 @@ body { padding: 0 10px; } +#toolbar a:hover { + background: #333; + border-radius: 3px; +} + table#config td:first-child { width: 30% }