From a1c419b675e4769328d69c4d4f4b674d05cf8397 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sun, 4 Aug 2024 19:01:21 +0800 Subject: [PATCH] Try fix select field bug on Windows again Previously: https://github.com/cheeaun/phanpy/commit/b47c043699dd3b1c036bca3b5e9080a181a83ec2 --- src/components/compose.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/compose.css b/src/components/compose.css index fc025370..af95d5f5 100644 --- a/src/components/compose.css +++ b/src/components/compose.css @@ -207,7 +207,7 @@ left: -100vw !important; } #compose-container .toolbar-button select { - background-color: transparent; + background-color: inherit; border: 0; padding: 0 0 0 8px; margin: 0;