Update ReadAllNotificationsButton.plugin.js

This commit is contained in:
Mirco Wittrien 2019-12-30 11:53:45 +01:00
parent f4ff76f85f
commit d2ff7b8dce
1 changed files with 2 additions and 2 deletions

View File

@ -25,10 +25,10 @@ class ReadAllNotificationsButton {
initConstructor () { initConstructor () {
this.css = ` this.css = `
${BDFDB.disCN._readallnotificationsbuttonframe} { ${BDFDB.dotCN._readallnotificationsbuttonframe} {
margin-bottom: 10px; margin-bottom: 10px;
} }
${BDFDB.disCN._readallnotificationsbuttonbutton} { ${BDFDB.dotCN._readallnotificationsbuttonbutton} {
cursor: pointer; cursor: pointer;
border-radius: 4px; border-radius: 4px;
font-size: 12px; font-size: 12px;