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-12-12 19:23:27 +0300
committerkorelstar <korelstar@users.noreply.github.com>2018-12-12 19:23:27 +0300
commit67ea6a969b827cd922a7229b8874caae0ea1a666 (patch)
tree865927f0c5ea9426ac963f310416708536065c48 /css
parent2018e50582452bd87fbb64400b3a90593d46a6dc (diff)
require at least NC14
Diffstat (limited to 'css')
-rw-r--r--css/notes.scss41
1 files changed, 0 insertions, 41 deletions
diff --git a/css/notes.scss b/css/notes.scss
index 4adf05da..cd43fcde 100644
--- a/css/notes.scss
+++ b/css/notes.scss
@@ -15,11 +15,6 @@
#app-navigation > ul > li.has-error a{
color: var(--color-error);
}
-.app-content-list-button {
- display: block;
- margin: 10px auto;
- padding: 10px;
-}
#app-navigation li .nav-entry {
display: block;
@@ -56,22 +51,6 @@
}
-/* new button from Nextcloud 14 -- can be removed if min-version is at least 14 */
-#app-navigation .app-navigation-new {
- display: block;
- padding: 10px;
-}
-#app-navigation .app-navigation-new button {
- display: inline-block;
- width: 100%;
- padding: 10px;
- padding-left: 34px;
- background-position: 10px center;
- text-align: left;
- margin: 0;
-}
-
-
/* only display the delete button when the note is active */
#app-navigation .app-navigation-entry-utils-menu-button {
display: none;
@@ -101,26 +80,6 @@
display: inline-flex;
}
-/* old style search (before NC14) */
-.note-search span {
- background-position: 0 center;
- background-origin: content-box;
-}
-
-.note-search input {
- width: 100%;
- padding-left: 20px;
- background-color: transparent;
- border: none;
- border-radius: 0;
-}
-
-.note-search input:active,
-.note-search input:focus,
-.note-search input:hover {
- border-bottom: 1px solid grey;
-}
-
.tooltip {
text-shadow: none;
text-transform: none;