summaryrefslogtreecommitdiff
path: root/res/css/partials
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-12-04 18:11:56 +0200
committerAlon Levy <alon@pobox.com>2014-12-04 18:11:58 +0200
commit1ab8b2b0206b35cde4dfb2dec926731d808af78b (patch)
tree5cbf1a378f3f71ce969282c5d9d87c5a9c14fcd4 /res/css/partials
parentf6b559be36453f78177bf764757ccd0bcab8c299 (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.scss6
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;
+}