From 62707ecc670a008d861f2b0af1a8c28ff056e407 Mon Sep 17 00:00:00 2001 From: Michael Miday Date: Tue, 15 Sep 2015 22:58:24 +0200 Subject: [ticket/12769] Swap icons in notification_dropdown --- phpBB/styles/prosilver/template/notification_dropdown.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'phpBB/styles/prosilver/template/notification_dropdown.html') diff --git a/phpBB/styles/prosilver/template/notification_dropdown.html b/phpBB/styles/prosilver/template/notification_dropdown.html index 13d90a9d38..68cbcc4ccb 100644 --- a/phpBB/styles/prosilver/template/notification_dropdown.html +++ b/phpBB/styles/prosilver/template/notification_dropdown.html @@ -32,7 +32,9 @@ - + + {L_MARK_READ} + -- cgit v1.2.1 From 9da14c9b241387982fed9aa2436162c63fc25d1c Mon Sep 17 00:00:00 2001 From: Michael Miday Date: Fri, 25 Sep 2015 17:25:10 +0200 Subject: [ticket/14199]Add aria-hidden to all icons PHPBB3-14199 --- phpBB/styles/prosilver/template/notification_dropdown.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles/prosilver/template/notification_dropdown.html') diff --git a/phpBB/styles/prosilver/template/notification_dropdown.html b/phpBB/styles/prosilver/template/notification_dropdown.html index 68cbcc4ccb..e444d8fb90 100644 --- a/phpBB/styles/prosilver/template/notification_dropdown.html +++ b/phpBB/styles/prosilver/template/notification_dropdown.html @@ -33,7 +33,7 @@ - {L_MARK_READ} + {L_MARK_READ} -- cgit v1.2.1