summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-12-05 20:17:46 +0200
committerAlon Levy <alon@pobox.com>2014-12-05 20:39:53 +0200
commitc53dce9f564b3d8bcb712f3047d48a700ad2f82d (patch)
tree9af17877f2f6e45654b4e04e2372f5990f96a764 /res
parentf5569e0b4d0fa21999e1be6334cd25dd67f5d86b (diff)
replace jquery.autocomplete with our own autocompletion
Missing: - handling dropdown in the middle of the sentence correctly (almost there, extra space added) - clicking changes focus (transition event related?) and .focus() doesn't work - could not find how to fix it.
Diffstat (limited to 'res')
-rw-r--r--res/css/partials/input-bar.scss4
-rw-r--r--res/css/style.css3
2 files changed, 7 insertions, 0 deletions
diff --git a/res/css/partials/input-bar.scss b/res/css/partials/input-bar.scss
index ec91defc..76b3c29a 100644
--- a/res/css/partials/input-bar.scss
+++ b/res/css/partials/input-bar.scss
@@ -57,6 +57,10 @@
list-style-type: none;
}
+.suggestion .selected {
+ color: blue;
+}
+
.suggestion td{
position:fixed;
diff --git a/res/css/style.css b/res/css/style.css
index e719243f..208ab844 100644
--- a/res/css/style.css
+++ b/res/css/style.css
@@ -349,6 +349,9 @@ body.debug .debug-ui-right {
.suggestion {
list-style-type: none; }
+.suggestion .selected {
+ color: blue; }
+
.suggestion td {
position: fixed; }