aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 0f53c86..0c902d5 100644
--- a/static/style.css
+++ b/static/style.css
@@ -295,6 +295,9 @@ td.tdinput select {
right: 0;
bottom: 0;
}
+select:active {
+ outline: 1.5px var(--primary-color) solid;
+}
/* Button styles */