From 1ab8b2b0206b35cde4dfb2dec926731d808af78b Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Thu, 4 Dec 2014 18:11:56 +0200 Subject: make autocomplete menu items at least visible The fact you can't see most is by their design, need to fix that (regression I think) --- res/css/style.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'res/css/style.css') diff --git a/res/css/style.css b/res/css/style.css index 6f8b8d54..d2a214cb 100644 --- a/res/css/style.css +++ b/res/css/style.css @@ -358,6 +358,9 @@ table { text-shadow: -1px 1px 8px #E DE275, 1px -1px 8px #EDE275; font-size: 16px; } +.ui-helper-hidden-accessible > div { + color: #363636; } + .typeselection { position: fixed; left: 0; -- cgit v1.3.1