diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-07 10:31:23 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-07 10:31:23 +0800 |
commit | ce20c879de95f8e60d72af4093c8e2ecb5d048fe (patch) | |
tree | 98a895275bed9ae3b6735b85637fbb3c67658499 | |
parent | *: Bump go-git (diff) | |
download | forge-ce20c879de95f8e60d72af4093c8e2ecb5d048fe.tar.gz forge-ce20c879de95f8e60d72af4093c8e2ecb5d048fe.tar.zst forge-ce20c879de95f8e60d72af4093c8e2ecb5d048fe.zip |
css: Add outline to select:active
-rw-r--r-- | static/style.css | 3 |
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 */ |