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-11-19 01:47:47 +0300
committerdaita <maxence@pontapreta.net>2016-11-19 01:47:47 +0300
commit6c790f910595f04a300c09a662af3d055e21bcdc (patch)
treeaaaa03aa5eda43f970d707ba19128713f51bded1 /css
parent3be9c96eb8a679c08d8dda088364056613eb08f3 (diff)
few renames
Diffstat (limited to 'css')
-rw-r--r--css/navigate.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/css/navigate.css b/css/navigate.css
index 99c3829..13d4156 100644
--- a/css/navigate.css
+++ b/css/navigate.css
@@ -81,7 +81,7 @@ SPAN.nextant_hl {
font-weight: bold;
}
-#nextantSugg_list {
+#nextant_suggestion {
z-index: 2000;
margin-top: 18px;
border: solid 1px #0000004D;
@@ -91,14 +91,14 @@ SPAN.nextant_hl {
box-shadow: 2px 2px 5px #0000004D;
}
-DIV.nextantSugg_item {
+DIV.nextant_suggestion_item {
border-top: dashed 1px #0003;
padding: 4px;
padding-left: 12px;
padding-right: 12px;
}
-DIV.nextantSugg_item, DIV.nextantSugg_item:hover {
+DIV.nextant_suggestion_item, nextant_suggestion_item:hover {
-webkit-transition: background-color 200ms linear;
-moz-transition: background-color 200ms linear;
-o-transition: background-color 200ms linear;
@@ -106,10 +106,10 @@ DIV.nextantSugg_item, DIV.nextantSugg_item:hover {
transition: background-color 200ms linear;
}
-DIV.nextantSugg_item:hover {
+nextant_suggestion_item:hover {
background: #eee;;
}
-DIV.nextantSugg_firstitem {
+DIV.nextant_suggestion_firstitem {
border-top: 0px;
} \ No newline at end of file