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:
authorkimthefirst <parrot@flapflap.net>2018-04-14 06:40:47 +0300
committerkimthefirst <parrot@flapflap.net>2018-04-14 06:40:47 +0300
commit14aab3923f4fff5c3e3c91680922d5e843cd2891 (patch)
tree8815deaa54329537945f551860211dafce8e6b44 /css
parent0ca5d2ed85d0971fae663bd380efdc525801346f (diff)
-Prevent app from crashing upon encountering faulty file.
-Informative errors compliant with NC standard. -Faulty files show in sidebar with error.
Diffstat (limited to 'css')
-rw-r--r--css/notes.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/css/notes.css b/css/notes.css
index 6600f597..a87b7aa0 100644
--- a/css/notes.css
+++ b/css/notes.css
@@ -19,7 +19,9 @@
#app-navigation .active a {
padding-right: 70px;
}
-
+#app-navigation > ul > li.note.has-error a{
+ color:#f00;
+}
.app-content-list-button {
display: block;
margin: 10px auto;