Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authordaita <maxence@pontapreta.net>2016-10-29 20:54:56 +0300
committerdaita <maxence@pontapreta.net>2016-10-29 20:54:56 +0300
commit24ff649da87762eba58438901b1d05180a84040e (patch)
tree3171b85324245141678988e8dc5e3c6b3f75f187 /css
parente1c5e25667c83124f92d95e5ab7124a5f9384824 (diff)
suggestions
Diffstat (limited to 'css')
-rw-r--r--css/navigate.css22
1 files changed, 19 insertions, 3 deletions
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 {