From 24ff649da87762eba58438901b1d05180a84040e Mon Sep 17 00:00:00 2001 From: daita Date: Sat, 29 Oct 2016 16:54:56 -0100 Subject: suggestions --- css/navigate.css | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) (limited to 'css') diff --git a/css/navigate.css b/css/navigate.css index f6fed0f..c1f2b6d 100644 --- a/css/navigate.css +++ b/css/navigate.css @@ -83,16 +83,32 @@ SPAN.nextant_hl { } #nextantSugg_list { - z-index: 200; + z-index: 2000; margin-top: 18px; - padding: 3px; border: solid 1px #0000004D; + border-radius: 4px; background: #fffc; - width: 360px; + width: 350px; + box-shadow: 2px 2px 5px #0000004D; } DIV.nextantSugg_item { border-top: dashed 1px #0003; + padding: 4px; + padding-left: 12px; + padding-right: 12px; +} + +DIV.nextantSugg_item, DIV.nextantSugg_item:hover { + -webkit-transition: background-color 200ms linear; + -moz-transition: background-color 200ms linear; + -o-transition: background-color 200ms linear; + -ms-transition: background-color 200ms linear; + transition: background-color 200ms linear; +} + +DIV.nextantSugg_item:hover { + background: #eee;; } DIV.nextantSugg_firstitem { -- cgit v1.2.3