diff options
| author | Ofer Lehr <ofer@oferlehr.com> | 2014-12-08 22:42:18 +0200 |
|---|---|---|
| committer | Ofer Lehr <ofer@oferlehr.com> | 2014-12-08 22:42:18 +0200 |
| commit | e39f2ef7715751ee53e3b3620281af7addf4a5ea (patch) | |
| tree | eae03aca05f99614ce1c4147f3c2adcccad0a926 | |
| parent | e6d630dbbb462dc18839bccd5c9d53083c0713c6 (diff) | |
cursor now changes to pointer on suggestion boxes
| -rw-r--r-- | res/css/partials/input-bar.scss | 1 | ||||
| -rw-r--r-- | res/css/style.css | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/res/css/partials/input-bar.scss b/res/css/partials/input-bar.scss index 11a821bb..589731ee 100644 --- a/res/css/partials/input-bar.scss +++ b/res/css/partials/input-bar.scss @@ -73,6 +73,7 @@ .suggestion-item { padding: 6px 0px 6px 18px; + cursor: pointer; } .suggestion-item.selected, .suggestion-item:hover { diff --git a/res/css/style.css b/res/css/style.css index b9ac7459..ef0de1a7 100644 --- a/res/css/style.css +++ b/res/css/style.css @@ -402,7 +402,8 @@ body.debug .debug-ui-right { box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3); } .suggestion-item { - padding: 6px 0px 6px 18px; } + padding: 6px 0px 6px 18px; + cursor: pointer; } .suggestion-item.selected, .suggestion-item:hover { padding-left: 16px; |
