diff --git a/Plugins/DisplayServersAsChannels/DisplayServersAsChannels.plugin.js b/Plugins/DisplayServersAsChannels/DisplayServersAsChannels.plugin.js index aa8602ed97..fb4973d1af 100644 --- a/Plugins/DisplayServersAsChannels/DisplayServersAsChannels.plugin.js +++ b/Plugins/DisplayServersAsChannels/DisplayServersAsChannels.plugin.js @@ -11,7 +11,7 @@ class DisplayServersAsChannels { initConstructor () { this.changelog = { - "fixed":[["Servers","Fixed the issue where server wouldn't properly get changed when they are added to the serverlist"],["Server Add Button","Fixed the issue where the server add button wouldn't properly get changed sometimes"]] + "fixed":[["Public Button","Fixed CSS for public server button"]] }; this.patchModules = { @@ -38,7 +38,6 @@ class DisplayServersAsChannels { .DSAC-styled ${BDFDB.dotCNS.guildswrapper + BDFDB.dotCN.guilds + BDFDB.dotCN.scroller}::-webkit-scrollbar-thumb { background-color: rgb(22, 24, 27); } - #bd-pub-li, .DSAC-styled ${BDFDB.dotCNS.guildswrapper + BDFDB.dotCNS.guildouter + BDFDB.dotCNS.guildcontainer + BDFDB.dotCN.guildicon}, .DSAC-styled ${BDFDB.dotCNS.guildswrapper + BDFDB.dotCNS.guildouter + BDFDB.dotCNS.guildcontainer + BDFDB.dotCN.guildiconacronym} { display: none !important; @@ -185,7 +184,9 @@ class DisplayServersAsChannels { width: 230px !important; height: 32px !important; } + #bd-pub-button, .DSAC-styled ${BDFDB.dotCNS.guildswrapper + BDFDB.dotCN.guildouter} .RANbutton { + border-radius: 3px !important; display: block !important; color: white !important; font-weight: 400 !important; @@ -193,6 +194,7 @@ class DisplayServersAsChannels { line-height: 32px !important; padding-left: 5px !important; text-transform: capitalize !important; + text-align: left !important; } .DSAC-styled ${BDFDB.dotCNS.guildswrapper + BDFDB.dotCN.guildouter}.folder.open .DSAC-name { text-decoration: underline; @@ -211,6 +213,12 @@ class DisplayServersAsChannels { .DSAC-styled ${BDFDB.dotCNS.guildswrapper + BDFDB.dotCN.guildouter}.DSAC-selected ${BDFDB.dotCN.guildinner}:hover { background-color: rgba(79,84,92,.6); } + #bd-pub-button { + transition: background-color .15s ease-out,color .15s ease-out; + } + #bd-pub-button:hover { + background-color: rgb(114,137,218); + } .DSAC-styled ${BDFDB.dotCNS.guildswrapper + BDFDB.dotCNS.guildouter + BDFDB.dotCNS.guildcontainer + BDFDB.dotCN.guildinner} .DSAC-name { opacity: 0.4; } diff --git a/Themes/BasicBackground/BasicBackground.css b/Themes/BasicBackground/BasicBackground.css index 70602df601..1da9f09930 100644 --- a/Themes/BasicBackground/BasicBackground.css +++ b/Themes/BasicBackground/BasicBackground.css @@ -739,7 +739,6 @@ img[src="/assets/bfffd518c76d3f6bc5e96eb52e4ae2cf.svg"], .jumpToPresentBar-9P20AM, .hasMore-3e72_v button, .hasMore-sul95G button, -#bd-pub-button:hover, .embedPill-1Zntps:not([style]), .searchFilter-2ESiM3, .searchAnswer-3Dz2-q, diff --git a/Themes/BlurpleRecolor/BlurpleRecolor.css b/Themes/BlurpleRecolor/BlurpleRecolor.css index cc76bccb02..bbe7e5db05 100644 --- a/Themes/BlurpleRecolor/BlurpleRecolor.css +++ b/Themes/BlurpleRecolor/BlurpleRecolor.css @@ -150,11 +150,15 @@ /* GUILDICON */ .guildIcon-lQ0uiM:not(.guildIconImage-3qTk45):not(.guildIconExpired-2Qcq05), .guildAvatarWithoutIcon-1sTmE_, +#bd-pub-button:hover, .acronym-2mOFsV:hover, .acronym-2mOFsV.selected-bZ3Lue, .button-OhfaWu.selected-wSa2KV { background-color: rgb(var(--vaccentcolor)) !important; } +#bd-pub-button { + transition: background-color .15s ease-out,color .15s ease-out; +} /* TOOLTIP / POPOUT */ .tooltip-2QfLtc.tooltipBrand-g03Nz8:not(.tooltip-customcolor),