Update ReadAllNotificationsButton.plugin.js
This commit is contained in:
parent
f4ff76f85f
commit
d2ff7b8dce
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue