This commit is contained in:
Mirco Wittrien 2020-08-29 10:17:15 +02:00
parent fc9486dfd7
commit 41a0422c62
3 changed files with 5 additions and 3 deletions

View File

@ -4830,7 +4830,7 @@
_readallnotificationsbuttonbutton: ["ReadAllNotificationsButton", "button"], _readallnotificationsbuttonbutton: ["ReadAllNotificationsButton", "button"],
_readallnotificationsbuttonframe: ["ReadAllNotificationsButton", "frame"], _readallnotificationsbuttonframe: ["ReadAllNotificationsButton", "frame"],
_readallnotificationsbuttoninner: ["ReadAllNotificationsButton", "innerFrame"], _readallnotificationsbuttoninner: ["ReadAllNotificationsButton", "innerFrame"],
_servercounterservercount: ["ServerCounter", "ServerCounter"], _servercounterservercount: ["ServerCounter", "serverCount"],
_serverfoldersdragpreview: ["ServerFolders", "dragPreview"], _serverfoldersdragpreview: ["ServerFolders", "dragPreview"],
_serverfoldersfoldercontent: ["ServerFolders", "folderContent"], _serverfoldersfoldercontent: ["ServerFolders", "folderContent"],
_serverfoldersfoldercontentclosed: ["ServerFolders", "folderContentClosed"], _serverfoldersfoldercontentclosed: ["ServerFolders", "folderContentClosed"],
@ -9935,7 +9935,6 @@
width: 70px; width: 70px;
word-wrap: normal; word-wrap: normal;
white-space: nowrap; white-space: nowrap;
cursor: pointer;
} }
${BDFDB.dotCN.guildslabel}:hover { ${BDFDB.dotCN.guildslabel}:hover {
color: var(--header-secondary); color: var(--header-secondary);

File diff suppressed because one or more lines are too long

View File

@ -67,6 +67,9 @@ var FriendNotifications = (_ => {
padding: 0 3px; padding: 0 3px;
margin: 0 6px; margin: 0 6px;
} }
${BDFDB.dotCN._friendnotificationsfriendsonline} {
cursor: pointer;
}
`; `;
this.defaults = { this.defaults = {