diff options
| author | Alon Levy <alon@pobox.com> | 2014-12-04 18:11:56 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-12-04 18:11:58 +0200 |
| commit | 1ab8b2b0206b35cde4dfb2dec926731d808af78b (patch) | |
| tree | 5cbf1a378f3f71ce969282c5d9d87c5a9c14fcd4 /res/css/style.css | |
| parent | f6b559be36453f78177bf764757ccd0bcab8c299 (diff) | |
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)
Diffstat (limited to 'res/css/style.css')
| -rw-r--r-- | res/css/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
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; |
