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

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--css/styles.css4
-rw-r--r--js/app.js2
2 files changed, 1 insertions, 5 deletions
diff --git a/css/styles.css b/css/styles.css
index a96f3b8..118bf43 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -162,10 +162,6 @@ img.notification-icon {
opacity: 1;
}
-.notification-container {
- box-shadow: 0 1px 10px rgba(50, 50, 50, .7);
-}
-
/* Menu arrow */
.notification-container:after {
right: 101px;
diff --git a/js/app.js b/js/app.js
index 27eb666..de6a7a2 100644
--- a/js/app.js
+++ b/js/app.js
@@ -38,7 +38,7 @@
_containerTemplate: '' +
'<div class="notifications hidden">' +
' <div class="notifications-button menutoggle">' +
- ' <img class="svg" alt="' + t('notifications', 'Notifications') + '"' +
+ ' <img class="svg" alt="" title="' + t('notifications', 'Notifications') + '"' +
' src="' + OC.imagePath('notifications', 'notifications') + '">' +
' </div>' +
' <div class="notification-container">' +