From 30a98c5f5437f60083d4509d7299b17eb33e19b2 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Thu, 18 Feb 2021 16:49:52 +0100 Subject: [PATCH] stuff --- Plugins/README.md | 2 +- Themes/BasicBackground/BasicBackground.css | 2 +- Themes/BlurpleRecolor/BlurpleRecolor.css | 4 ++-- Themes/DiscordRecolor/DiscordRecolor.css | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Plugins/README.md b/Plugins/README.md index f36cf20848..9001e0d18e 100644 --- a/Plugins/README.md +++ b/Plugins/README.md @@ -39,7 +39,7 @@ - [Personal Pins](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/PersonalPins) - Allows you to save locally pin Messages similar to normal Pins - [Pin DMs](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/PinDMs) - Allows you to pin DMs, making them appear at the top of your DMs/Guild-list - [Plugin Repo](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/PluginRepo) - Allows you to look at all plugins from the plugin repo and download them on the fly - - [Quick Mention ](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/QuickMention) - Adds a mention entry to the message option toolbar + - [Quick Mention](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/QuickMention) - Adds a mention entry to the message option toolbar - [Read All Notifications Button](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/ReadAllNotificationsButton) - Adds a little button at the top of your serverlist that enables you to clear all mentions and messagesnotifications at once - [Remove Blocked Messages](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/RemoveBlockedMessages) - Removes blocked messages/users completely - [Remove Nicknames](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/RemoveNicknames) - Replaces all nicknames with the actual accountnames diff --git a/Themes/BasicBackground/BasicBackground.css b/Themes/BasicBackground/BasicBackground.css index 08a030bba0..f047a2221d 100644 --- a/Themes/BasicBackground/BasicBackground.css +++ b/Themes/BasicBackground/BasicBackground.css @@ -14,7 +14,7 @@ --dfont: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif; --dtextshadow: transparent; - --dbackground: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/BasicBackground/background.jpg); + --dbackground: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/BasicBackground/_res/background.jpg); --dbackgroundsize: cover; --dbackgroundposition: center; --dblur: unset; diff --git a/Themes/BlurpleRecolor/BlurpleRecolor.css b/Themes/BlurpleRecolor/BlurpleRecolor.css index 574f0cbfff..8945ef5849 100644 --- a/Themes/BlurpleRecolor/BlurpleRecolor.css +++ b/Themes/BlurpleRecolor/BlurpleRecolor.css @@ -1757,10 +1757,10 @@ border-color: rgb(var(--vaccentcolor)); } -.checked-3_4uQ9[style*="background-color: rgb(114, 137, 218)"] { +.checkbox-1ix_J3.checked-3_4uQ9[style*="background-color: rgb(114, 137, 218)"] { background-color: rgb(var(--vaccentcolor)) !important; } -.checked-3_4uQ9[style*="border-color: rgb(114, 137, 218)"] { +.checkbox-1ix_J3.checked-3_4uQ9[style*="border-color: rgb(114, 137, 218)"] { border-color: rgb(var(--vaccentcolor)) !important; } diff --git a/Themes/DiscordRecolor/DiscordRecolor.css b/Themes/DiscordRecolor/DiscordRecolor.css index 99ed02d5c7..1805c5ba37 100644 --- a/Themes/DiscordRecolor/DiscordRecolor.css +++ b/Themes/DiscordRecolor/DiscordRecolor.css @@ -591,13 +591,13 @@ html .iconBadge-2wi9r4 { #app-mount .checkbox-1ix_J3 { border-color: var(--text-muted); } -#app-mount .checked-3_4uQ9[style*="border-color: rgb(79, 84, 92)"], -#app-mount .checked-3_4uQ9:not([style*="border-color:"]):not([style*="background-color:"]) { +#app-mount .checkbox-1ix_J3.checked-3_4uQ9[style*="border-color: rgb(79, 84, 92)"], +#app-mount .checkbox-1ix_J3.checked-3_4uQ9:not([style*="border-color:"]):not([style*="background-color:"]) { background-color: rgb(var(--vaccentcolor)) !important; border-color: rgb(var(--vaccentcolor)) !important; } -#app-mount .checked-3_4uQ9[style*="border-color: rgb(79, 84, 92)"] path, -#app-mount .checked-3_4uQ9:not([style*="border-color:"]):not([style*="background-color:"]) path { +#app-mount .checkbox-1ix_J3.checked-3_4uQ9[style*="border-color: rgb(79, 84, 92)"] path, +#app-mount .checkbox-1ix_J3.checked-3_4uQ9:not([style*="border-color:"]):not([style*="background-color:"]) path { fill: #fff; }