From d2ff7b8dce9b1ff98c00d54d8bbf9e2828543878 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Mon, 30 Dec 2019 11:53:45 +0100 Subject: [PATCH] Update ReadAllNotificationsButton.plugin.js --- .../ReadAllNotificationsButton.plugin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugins/ReadAllNotificationsButton/ReadAllNotificationsButton.plugin.js b/Plugins/ReadAllNotificationsButton/ReadAllNotificationsButton.plugin.js index f0c8aaf67f..3250e6fc1c 100644 --- a/Plugins/ReadAllNotificationsButton/ReadAllNotificationsButton.plugin.js +++ b/Plugins/ReadAllNotificationsButton/ReadAllNotificationsButton.plugin.js @@ -25,10 +25,10 @@ class ReadAllNotificationsButton { initConstructor () { this.css = ` - ${BDFDB.disCN._readallnotificationsbuttonframe} { + ${BDFDB.dotCN._readallnotificationsbuttonframe} { margin-bottom: 10px; } - ${BDFDB.disCN._readallnotificationsbuttonbutton} { + ${BDFDB.dotCN._readallnotificationsbuttonbutton} { cursor: pointer; border-radius: 4px; font-size: 12px;