From 15f890999f768fd31307a53e25ccb857f9e559c3 Mon Sep 17 00:00:00 2001 From: Fritz Michael Gschwantner Date: Fri, 15 Nov 2019 11:43:44 +0100 Subject: [PATCH] fix select option color in Chrome --- static/css/theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/theme.css b/static/css/theme.css index 2e1f65ef3c5..5ce91cd3f5f 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -1130,3 +1130,7 @@ pre .copy-to-clipboard:hover { #searchResults { text-align: left; } + +option { + color: initial; +}