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/partials | |
| 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/partials')
| -rw-r--r-- | res/css/partials/input-bar.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/res/css/partials/input-bar.scss b/res/css/partials/input-bar.scss index 57de8c01..ec91defc 100644 --- a/res/css/partials/input-bar.scss +++ b/res/css/partials/input-bar.scss @@ -68,4 +68,8 @@ left:$doc-margin+8px; text-shadow: -1px 1px 8px #E DE275, 1px -1px 8px #EDE275; font-size:16px; -}
\ No newline at end of file +} + +.ui-helper-hidden-accessible > div { + color: $dark-grey; +} |
