diff options
| author | Paul-Christian Volkmer | 2026-03-11 12:02:38 +0100 |
|---|---|---|
| committer | GitHub | 2026-03-11 11:02:38 +0000 |
| commit | e4b2c30e446affc5d258c52bfdbcbd758105f7ef (patch) | |
| tree | 1e1a14006e37cec379603a571a50dd0e216995f9 /src/web/style.css | |
| parent | 22d21b1bccc75f0df1629b972d03ffbdf05e9192 (diff) | |
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
Diffstat (limited to 'src/web/style.css')
| -rw-r--r-- | src/web/style.css | 9 |
1 files changed, 8 insertions, 1 deletions
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 { |
