stuff
This commit is contained in:
parent
5aabe97ef9
commit
1a4a40f8c3
|
@ -598,8 +598,10 @@
|
|||
"noticeUpdate": "updateNotice-2DjjHs",
|
||||
"noticeUpdateButtonAll": "all-iF7Saa",
|
||||
"noticeUpdateButtonReload": "reload-LkMrac",
|
||||
"noticeUpdateEntries": "entries-Br6Sda",
|
||||
"noticeUpdateEntry": "entry-oFts5R",
|
||||
"noticeUpdateText": "notice-message",
|
||||
"noticeUpdateSeparator": "separator",
|
||||
"noticeUpdateSeparator": "separator-g5DsaR",
|
||||
"noticeWrapper": "noticeWrapper-8z511t",
|
||||
"searchBarWrapper": "searchBarWrapper-1GpKvB",
|
||||
"selectWrapper": "selectWrapper-yPjeij",
|
||||
|
@ -2408,6 +2410,8 @@
|
|||
"noticeupdate": ["BDFDB", "noticeUpdate"],
|
||||
"noticeupdatebuttonall": ["BDFDB", "noticeUpdateButtonAll"],
|
||||
"noticeupdatebuttonreload": ["BDFDB", "noticeUpdateButtonReload"],
|
||||
"noticeupdateentries": ["BDFDB", "noticeUpdateEntries"],
|
||||
"noticeupdateentry": ["BDFDB", "noticeUpdateEntry"],
|
||||
"noticeupdatetext": ["BDFDB", "noticeUpdateText"],
|
||||
"noticeupdateseparator": ["BDFDB", "noticeUpdateSeparator"],
|
||||
"noticewrapper": ["BDFDB", "noticeWrapper"],
|
||||
|
|
|
@ -893,20 +893,6 @@ img:not([src]), img[src=""], img[src="null"] {
|
|||
border-radius: 3px;
|
||||
}
|
||||
|
||||
#pluginNotice [REPLACE_CLASS_noticeupdatetext] {
|
||||
white-space: pre;
|
||||
}
|
||||
#pluginNotice [REPLACE_CLASS_noticeupdateseparator] {
|
||||
pointer-events: none;
|
||||
}
|
||||
#pluginNotice #outdatedPlugins span {
|
||||
-webkit-app-region: no-drag;
|
||||
color: #FFF;
|
||||
cursor: pointer;
|
||||
}
|
||||
#pluginNotice #outdatedPlugins span:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
[REPLACE_CLASS_noticewrapper] {
|
||||
height: 36px !important;
|
||||
border-radius: 0 !important;
|
||||
|
@ -916,6 +902,9 @@ img:not([src]), img[src=""], img[src="null"] {
|
|||
height: 0 !important;
|
||||
overflow: hidden !important;
|
||||
}
|
||||
[REPLACE_CLASS_noticetext] {
|
||||
white-space: pre;
|
||||
}
|
||||
[REPLACE_CLASS_noticewrapper] [REPLACE_CLASS_noticeplatformicon] {
|
||||
margin-top: -7px;
|
||||
}
|
||||
|
@ -923,6 +912,31 @@ img:not([src]), img[src=""], img[src="null"] {
|
|||
max-height: 28px;
|
||||
}
|
||||
|
||||
#pluginNotice #outdatedPlugins {
|
||||
font-weight: 700;
|
||||
}
|
||||
#pluginNotice #outdatedPlugins span {
|
||||
-webkit-app-region: no-drag;
|
||||
color: #FFF;
|
||||
cursor: pointer;
|
||||
}
|
||||
#pluginNotice #outdatedPlugins span:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
[REPLACE_CLASS_noticeupdateentries] {
|
||||
font-weight: 700;
|
||||
}
|
||||
[REPLACE_CLASS_noticeupdateentry] {
|
||||
cursor: pointer;
|
||||
-webkit-app-region: no-drag;
|
||||
}
|
||||
[REPLACE_CLASS_noticeupdateentry]:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
[REPLACE_CLASS_noticeupdateseparator] {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.platform-osx [REPLACE_CLASS_noticewrapper] ~ * [REPLACE_CLASS_guildswrapper] {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue