themes
This commit is contained in:
parent
cb6a384b37
commit
48ae0dfe61
|
@ -6625,6 +6625,19 @@ html .bd-toast.toast-warn.icon::before {
|
|||
text-shadow: 1px 1px var(--textshadow);
|
||||
}
|
||||
|
||||
|
||||
.bd-error-modal-content {
|
||||
padding: 0 10px 16px 10px;
|
||||
}
|
||||
#app-mount .bd-addon-error {
|
||||
background-color: rgba(var(--transparencycolor), 0.2);
|
||||
border-color: rgba(var(--transparencycolor), 0.2);
|
||||
}
|
||||
#app-mount .bd-addon-error.expanded,
|
||||
#app-mount .bd-addon-error:hover {
|
||||
background-color: rgba(var(--transparencycolor), 0.3);
|
||||
}
|
||||
|
||||
.bd-addon-views .bd-view-button:hover {
|
||||
background-color: rgba(var(--transparencycolor), .3);
|
||||
}
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/ThemeDevBadge.css);
|
||||
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/ThemeDevBadge.css);
|
||||
|
||||
:root {
|
||||
--accentcolor: 88,101,242;
|
||||
|
@ -2546,15 +2547,6 @@ input.input-2g-os5 { /* textinput */
|
|||
background: var(--bd-blue);
|
||||
}
|
||||
|
||||
#app-mount .bd-addon-error {
|
||||
background-color: rgba(var(--transparencycolor), 0.2);
|
||||
border-color: rgba(var(--transparencycolor), 0.2);
|
||||
}
|
||||
#app-mount .bd-addon-error.expanded,
|
||||
#app-mount .bd-addon-error:hover {
|
||||
background-color: rgba(var(--transparencycolor), 0.3);
|
||||
}
|
||||
|
||||
.bd-modal-wrapper .footer button {
|
||||
background: var(--bd-blue);
|
||||
}
|
||||
|
|
|
@ -3852,6 +3852,10 @@ html .bd-settings-group.collapsible .bd-settings-title::after {
|
|||
background-color: var(--background-modifier-selected);
|
||||
}
|
||||
|
||||
.bd-error-modal-content {
|
||||
padding: 0 10px 16px 10px;
|
||||
}
|
||||
|
||||
#app-mount .fav {
|
||||
background: var(--interactive-active);
|
||||
width: 16px;
|
||||
|
|
Loading…
Reference in New Issue