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:
authorMorris Jobke <hey@morrisjobke.de>2017-04-29 17:35:27 +0300
committerGitHub <noreply@github.com>2017-04-29 17:35:27 +0300
commitca1977cf6ee28c835985892ff6f74c6f13630db8 (patch)
tree9cff6b76267619271d1a7ac7442bb65e564a5df2
parent33265ec4f12a860fe2328648989aad97c7e25904 (diff)
parent9d12020e3d08ee431a61cab1180388c0a882a8fe (diff)
Merge pull request #79 from nextcloud/style-fixesv12.0.0beta1
Fix shadow and "Notifications" text flashing on load
-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">' +