From ce20c879de95f8e60d72af4093c8e2ecb5d048fe Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 7 Mar 2025 10:31:23 +0800 Subject: css: Add outline to select:active --- static/style.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'static/style.css') 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 */ -- cgit v1.2.3