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

github.com/nextcloud/ransomware_protection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-08-01 19:16:01 +0300
committerJoas Schilling <coding@schilljs.com>2017-08-01 19:16:01 +0300
commit43f80f21d01db0ddf228e2ac33924d7440710fc6 (patch)
treefac55a28e769ac6dc1d6d72bdcafed75e5f25267 /css
parentf2402e9fc1aa491489ac6e5b19ba110d603bae1f (diff)
Fix notifications
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'css')
-rw-r--r--css/ransomware_protection.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/css/ransomware_protection.css b/css/ransomware_protection.css
index aaee90c..daad5e6 100644
--- a/css/ransomware_protection.css
+++ b/css/ransomware_protection.css
@@ -17,4 +17,6 @@
display: none;
}
-
+.nav-icon-ransomware-protection {
+ background-image: url('../img/app-dark.svg');
+}