From e4b2c30e446affc5d258c52bfdbcbd758105f7ef Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Wed, 11 Mar 2026 12:02:38 +0100 Subject: feat: add request filter (#262) This enables filter for * All requests * Requests sent to DNPM:DIP and, if initial submission block is enabled * Confirmed Requests sent to DNPM:DIP * Unconfirmed Requests sent to DNPM:DIP--- src/web/style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/web/style.css') diff --git a/src/web/style.css b/src/web/style.css index a82e8de..b4ffd3d 100644 --- a/src/web/style.css +++ b/src/web/style.css @@ -286,6 +286,7 @@ section { border: 1px solid var(--table-border); border-radius: 3px; transition: 0.2s; + background: white; } .search-form form:has(input:focus) { @@ -312,7 +313,13 @@ section { text-decoration: none; display: inline-grid; padding: 0; - margin-right: .5rem; + margin: 0 1rem; + vertical-align: text-bottom; +} + +.search-form form select { + border: none; + background: white; } .token-form { -- cgit v1.2.3