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

github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorkorelstar <korelstar@users.noreply.github.com>2018-11-04 16:06:42 +0300
committerkorelstar <korelstar@users.noreply.github.com>2018-11-04 16:09:08 +0300
commit8762d62fc2d35a45089876a82acee88c5cbfd7c9 (patch)
treef7828fb315b5b8652d7e19a7abb12e9a5d1e9472 /css
parentefbf119c35d342b0858df2c1a64d1045cc54c4e1 (diff)
show more details about current search
Diffstat (limited to 'css')
-rw-r--r--css/notes.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/css/notes.css b/css/notes.css
index 5fe88eae..4d2fe485 100644
--- a/css/notes.css
+++ b/css/notes.css
@@ -43,6 +43,12 @@
}
}
+#app-navigation li.search-result-header > a,
+#app-navigation li.search-result-header > a * {
+ font-style: italic;
+ cursor: default;
+}
+
#app-navigation li:hover .nav-entry,
#app-navigation li:focus .nav-entry {
opacity: 1;
@@ -361,6 +367,9 @@ form.category .icon-confirm {
.nav-icon-recent {
background-image: url('../img/recent.svg?v=1');
}
+.nav-icon-search {
+ background-image: url('../img/search.svg?v=1');
+}
.nav-icon-favorites {
background-image: url('../img/star.svg?v=1');
}