summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
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; }