From a6f29034d18d5a5ce48d879845cce3544b0f8a3c Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sun, 2 Feb 2025 09:46:44 +0200 Subject: feat: Create require_login helper function and improve list update page --- views/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'views/styles.css') diff --git a/views/styles.css b/views/styles.css index e2a712f..ffdd805 100644 --- a/views/styles.css +++ b/views/styles.css @@ -45,7 +45,7 @@ h1 { text-align: center; } -input, button, textarea { +input, button, textarea, select { color: inherit; background-image: url(/paper.jpg); @@ -72,7 +72,7 @@ input[type=text]:focus { outline: 2px solid var(--highlight-border-color); } -input[type=submit]:hover, button:hover { +input[type=submit]:hover, button:hover, select:hover { cursor: pointer; } -- cgit v1.2.3