summaryrefslogtreecommitdiff
path: root/src/web/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/style.css')
-rw-r--r--src/web/style.css9
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 {