2020-11-19 16:45:36 +01:00
|
|
|
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/SupporterBadge.css);
|
2020-09-10 10:19:12 +02:00
|
|
|
|
2020-12-16 16:18:19 +01:00
|
|
|
:root {
|
|
|
|
--bdfdb-blurple: rgb(114, 137, 218);
|
|
|
|
}
|
|
|
|
|
2020-11-19 16:45:36 +01:00
|
|
|
img:not([src]), img[src=""], img[src="null"] {
|
2020-09-10 10:19:12 +02:00
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
|
2021-03-12 12:17:27 +01:00
|
|
|
[REPLACE_CLASS_itemlayercontainerzindexdisabled] {
|
|
|
|
z-index: unset;
|
|
|
|
}
|
|
|
|
[REPLACE_CLASS_itemlayercontainerzindexdisabled] > * {
|
|
|
|
z-index: 1002;
|
|
|
|
}
|
2021-01-23 13:27:14 +01:00
|
|
|
[REPLACE_CLASS_itemlayer] ~ [REPLACE_CLASS_itemlayer] [REPLACE_CLASS_menu] {
|
|
|
|
z-index: 1001;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_menu] [REPLACE_CLASS_itemlayer] {
|
2021-01-23 13:27:14 +01:00
|
|
|
z-index: 1002;
|
2020-09-10 10:19:12 +02:00
|
|
|
}
|
|
|
|
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_loadingiconwrapper] {
|
2020-09-10 10:19:12 +02:00
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
right: 0;
|
|
|
|
z-index: 1000;
|
|
|
|
animation: loadingwrapper-fade 3s infinite ease;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_loadingiconwrapper] [REPLACE_CLASS_loadingicon] {
|
2020-09-10 10:19:12 +02:00
|
|
|
margin: 0 5px;
|
|
|
|
}
|
|
|
|
@keyframes loadingwrapper-fade {
|
|
|
|
from {opacity: 0.1;}
|
|
|
|
50% {opacity: 0.9;}
|
|
|
|
to {opacity: 0.1;}
|
|
|
|
}
|
|
|
|
|
2020-12-15 10:26:20 +01:00
|
|
|
[REPLACE_CLASS_settingspanellistwrapper] {
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
[REPLACE_CLASS_settingspanellistwrapper][REPLACE_CLASS_settingspanellistwrappermini] {
|
|
|
|
margin-bottom: 4px;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_settingspanellist] {
|
2020-09-10 10:19:12 +02:00
|
|
|
padding-left: 15px;
|
|
|
|
}
|
2020-12-15 10:26:20 +01:00
|
|
|
[REPLACE_CLASS_settingspanellistwrapper][REPLACE_CLASS_settingspanellistwrappermini] [REPLACE_CLASS_settingspanellist] {
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
2020-09-10 10:19:12 +02:00
|
|
|
|
2020-10-15 17:54:24 +02:00
|
|
|
[REPLACE_CLASS_settingsrowcontainer][REPLACE_CLASS_marginreset] {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
[REPLACE_CLASS_settingsrowcontainer][REPLACE_CLASS_marginbottom4] {
|
|
|
|
margin-bottom: 4px;
|
|
|
|
}
|
|
|
|
[REPLACE_CLASS_settingsrowcontainer][REPLACE_CLASS_marginbottom8] {
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
[REPLACE_CLASS_settingsrowcontainer][REPLACE_CLASS_marginbottom20] {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
[REPLACE_CLASS_settingsrowcontainer][REPLACE_CLASS_marginbottom40] {
|
|
|
|
margin-bottom: 40px;
|
|
|
|
}
|
|
|
|
[REPLACE_CLASS_settingsrowcontainer][REPLACE_CLASS_marginbottom60] {
|
|
|
|
margin-bottom: 60px;
|
|
|
|
}
|
2020-10-15 18:29:00 +02:00
|
|
|
[REPLACE_CLASS_flexdirectionrow] > [REPLACE_CLASS_settingsrowcontainer] + [REPLACE_CLASS_settingsrowcontainer] {
|
2020-10-15 17:54:24 +02:00
|
|
|
margin-left: 8px;
|
|
|
|
}
|
|
|
|
[REPLACE_CLASS_settingsrowcontainer] [REPLACE_CLASS_settingsrowlabel] {
|
|
|
|
align-items: center;
|
|
|
|
}
|
2020-10-15 18:09:48 +02:00
|
|
|
[REPLACE_CLASS_settingsrowcontainer] [REPLACE_CLASS_settingsrowcontrol] {
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|
2020-10-15 17:54:24 +02:00
|
|
|
[REPLACE_CLASS_settingsrowcontainer] [REPLACE_CLASS_settingsrowtitlemini] {
|
|
|
|
line-height: 18px;
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
|
2020-10-15 18:01:55 +02:00
|
|
|
[REPLACE_CLASS_switch][REPLACE_CLASS_switchmini] {
|
|
|
|
width: 26px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
[REPLACE_CLASS_switch][REPLACE_CLASS_switchmini] [REPLACE_CLASS_switchslider] {
|
|
|
|
width: 16px;
|
|
|
|
height: 14px;
|
|
|
|
margin: 1px;
|
|
|
|
}
|
|
|
|
|
2021-01-29 18:50:18 +01:00
|
|
|
[REPLACE_CLASS_marginleft4] {
|
|
|
|
margin-left: 4px;
|
|
|
|
}
|
|
|
|
[REPLACE_CLASS_marginleft8] {
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|
|
|
|
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_collapsecontainer] {
|
2020-09-10 10:19:12 +02:00
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_collapsecontainermini] {
|
2020-09-10 10:19:12 +02:00
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_collapsecontainerheader] {
|
2020-09-10 10:19:12 +02:00
|
|
|
margin-bottom: 4px;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_collapsecontainercollapsed] [REPLACE_CLASS_collapsecontainertitle] {
|
2020-09-10 10:19:12 +02:00
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_collapsecontainertitle] {
|
2020-09-10 10:19:12 +02:00
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
cursor: pointer;
|
|
|
|
order: 1;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_collapsecontainertitle]:hover {
|
2020-09-10 10:19:12 +02:00
|
|
|
color: var(--text-normal);
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_collapsecontainertitle]::before {
|
2020-09-10 10:19:12 +02:00
|
|
|
content: "";
|
|
|
|
flex: 1 1 auto;
|
|
|
|
background-color: currentColor;
|
|
|
|
height: 2px;
|
|
|
|
margin: 0 10px 0 15px;
|
|
|
|
opacity: 0.2;
|
|
|
|
order: 2;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_collapsecontainertitle]::after {
|
2020-09-10 10:19:12 +02:00
|
|
|
content: "";
|
2021-01-25 16:15:22 +01:00
|
|
|
-webkit-mask: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18"><path fill="none" stroke="black" stroke-width="1.5" d="M 4.5,6.5 9,11 13.5,6.5"/></svg>') center/cover no-repeat;
|
2020-09-10 10:19:12 +02:00
|
|
|
background-color: currentColor;
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
order: 3;
|
|
|
|
transition: transform .3s ease;
|
|
|
|
transform: rotate(0);
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_collapsecontainercollapsed] [REPLACE_CLASS_collapsecontainertitle]::after {
|
2020-09-10 10:19:12 +02:00
|
|
|
transform: rotate(90deg)
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_collapsecontainerinner] {
|
2020-09-10 10:19:12 +02:00
|
|
|
padding-left: 15px;
|
|
|
|
}
|
|
|
|
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_settingsguild] {
|
2020-09-10 10:19:12 +02:00
|
|
|
border-radius: 50%;
|
|
|
|
border: 3px solid #43b581;
|
|
|
|
box-sizing: border-box;
|
|
|
|
cursor: pointer;
|
|
|
|
margin: 3px;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_settingsguilddisabled] {
|
2020-09-10 10:19:12 +02:00
|
|
|
border-color: #747f8d;
|
|
|
|
filter: grayscale(100%) brightness(50%);
|
|
|
|
}
|
|
|
|
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_guildslabel] {
|
2020-09-10 10:19:12 +02:00
|
|
|
color: var(--text-muted);
|
|
|
|
text-align: center;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 10px;
|
|
|
|
font-weight: 500;
|
|
|
|
line-height: 1.3;
|
|
|
|
width: 70px;
|
|
|
|
word-wrap: normal;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_guildslabel]:hover {
|
2020-09-10 10:19:12 +02:00
|
|
|
color: var(--header-secondary);
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_guildslabel]:active {
|
2020-09-10 10:19:12 +02:00
|
|
|
color: var(--header-primary);
|
|
|
|
}
|
|
|
|
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_searchbarwrapper] {
|
2020-09-10 10:19:12 +02:00
|
|
|
padding: 10px;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_popout] [REPLACE_CLASS_searchbarwrapper] {
|
2020-09-10 10:19:12 +02:00
|
|
|
padding: 0 0 5px 0;
|
|
|
|
border-bottom: 1px solid var(--background-modifier-accent);
|
|
|
|
}
|
|
|
|
|
2021-01-09 19:00:41 +01:00
|
|
|
[REPLACE_CLASS_pagination] {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2021-01-09 20:11:20 +01:00
|
|
|
width: 100%;
|
2021-01-09 19:00:41 +01:00
|
|
|
}
|
|
|
|
[REPLACE_CLASS_paginationtop] {
|
2021-01-09 20:11:20 +01:00
|
|
|
margin-bottom: 10px;
|
2021-01-09 19:00:41 +01:00
|
|
|
}
|
|
|
|
[REPLACE_CLASS_paginationbottom] {
|
2021-01-09 20:11:20 +01:00
|
|
|
margin-top: 10px;
|
2021-01-09 19:00:41 +01:00
|
|
|
}
|
|
|
|
[REPLACE_CLASS_pagination] [REPLACE_CLASS_paginationcontainer] {
|
2021-01-09 20:11:20 +01:00
|
|
|
width: unset;
|
2021-01-09 19:00:41 +01:00
|
|
|
margin: 0;
|
|
|
|
}
|
2021-01-09 20:11:20 +01:00
|
|
|
[REPLACE_CLASS_paginationmini][REPLACE_CLASS_paginationtop] {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
[REPLACE_CLASS_paginationmini][REPLACE_CLASS_paginationbottom] {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
2021-01-09 19:00:41 +01:00
|
|
|
[REPLACE_CLASS_paginationmini] [REPLACE_CLASS_paginationbutton],
|
|
|
|
[REPLACE_CLASS_paginationmini] [REPLACE_CLASS_paginationgap] {
|
|
|
|
font-size: 14px;
|
|
|
|
margin: 4px 2px;
|
|
|
|
}
|
|
|
|
[REPLACE_CLASS_paginationmini] [REPLACE_CLASS_paginationgap] {
|
|
|
|
width: 20px;
|
|
|
|
}
|
2021-01-09 20:11:20 +01:00
|
|
|
[REPLACE_CLASS_paginationmini] [REPLACE_CLASS_inputwrapper] {
|
|
|
|
min-width: 54px;
|
|
|
|
}
|
2021-01-09 19:00:41 +01:00
|
|
|
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_paginationlist] {
|
2020-09-10 10:19:12 +02:00
|
|
|
height: 100%;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_paginationlistalphabet] {
|
2020-09-10 10:19:12 +02:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 20px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
color: var(--text-normal);
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_paginationlistalphabetchar] {
|
2020-09-10 10:19:12 +02:00
|
|
|
min-width: 12px;
|
|
|
|
text-align: center;
|
|
|
|
margin: 0 4px;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_paginationlistalphabetchar]:not([REPLACE_CLASS_paginationlistalphabetchardisabled]):hover {
|
2020-09-10 10:19:12 +02:00
|
|
|
color: var(--header-primary);
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_paginationlistalphabetchar][REPLACE_CLASS_paginationlistalphabetchardisabled] {
|
2020-09-10 10:19:12 +02:00
|
|
|
color: var(--text-muted);
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_paginationlistmini] [REPLACE_CLASS_paginationlistalphabet] {
|
2020-09-10 10:19:12 +02:00
|
|
|
font-size: 14px;
|
|
|
|
line-height: 18px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_paginationlistmini] [REPLACE_CLASS_paginationlistalphabetchar] {
|
2020-09-10 10:19:12 +02:00
|
|
|
min-width: 10px;
|
|
|
|
margin: 0 3px;
|
|
|
|
}
|
|
|
|
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_overflowellipsis] {
|
2020-09-10 10:19:12 +02:00
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
2021-01-28 18:51:06 +01:00
|
|
|
[REPLACE_CLASS_userinfodate] {
|
|
|
|
user-select: text;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_userpopout] [REPLACE_CLASS_userpopoutheadertext] + [REPLACE_CLASS_userinfodate],
|
|
|
|
[REPLACE_CLASS_userprofile] [REPLACE_CLASS_userprofilenametag] + [REPLACE_CLASS_userinfodate] {
|
2020-09-10 10:19:12 +02:00
|
|
|
margin-top: 8px;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_userinfodate] + [REPLACE_CLASS_userpopoutcustomstatus] {
|
2020-09-10 10:19:12 +02:00
|
|
|
margin-top: 4px;
|
|
|
|
}
|
2020-10-18 21:12:21 +02:00
|
|
|
[REPLACE_CLASS_userpopout] [REPLACE_CLASS_userpopoutheadernormal] [REPLACE_CLASS_userinfodate] {
|
|
|
|
color: var(--header-secondary);
|
2020-09-10 10:19:12 +02:00
|
|
|
}
|
2020-10-18 21:12:21 +02:00
|
|
|
[REPLACE_CLASS_userpopout] [REPLACE_CLASS_userpopoutheader]:not([REPLACE_CLASS_userpopoutheadernormal]) [REPLACE_CLASS_userinfodate] {
|
2020-09-10 10:19:12 +02:00
|
|
|
color: hsla(0,0%,100%,.6);
|
|
|
|
}
|
2020-10-18 21:12:21 +02:00
|
|
|
[REPLACE_CLASS_userprofile] [REPLACE_CLASS_userprofiletopsectionnormal] [REPLACE_CLASS_userinfodate] {
|
|
|
|
color: var(--header-secondary);
|
2020-09-10 10:19:12 +02:00
|
|
|
}
|
2020-10-18 21:12:21 +02:00
|
|
|
[REPLACE_CLASS_userprofile] [class*='topSection']:not([REPLACE_CLASS_userprofiletopsectionnormal]) [REPLACE_CLASS_userinfodate] {
|
2020-09-10 10:19:12 +02:00
|
|
|
color: hsla(0,0%,100%,.6);
|
|
|
|
}
|
|
|
|
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_avatardisabled] {
|
2020-09-10 10:19:12 +02:00
|
|
|
filter: grayscale(100%) brightness(50%);
|
|
|
|
}
|
|
|
|
|
2020-10-17 09:22:53 +02:00
|
|
|
[REPLACE_CLASS_messagebottag] {
|
|
|
|
top: .15rem;
|
|
|
|
}
|
|
|
|
|
2020-11-17 19:09:57 +01:00
|
|
|
[REPLACE_CLASS_messageusername] ~ [REPLACE_CLASS_messagebottagcompact] {
|
|
|
|
margin-right: 0;
|
|
|
|
margin-left: .25rem;
|
|
|
|
}
|
|
|
|
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_messageavatar][REPLACE_CLASS_bdfdbbadgeavatar] [REPLACE_CLASS_avatarwrapper] {
|
2020-09-10 10:19:12 +02:00
|
|
|
width: inherit !important;
|
|
|
|
height: inherit !important;
|
|
|
|
}
|
|
|
|
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_favbuttoncontainer] {
|
2020-09-10 10:19:12 +02:00
|
|
|
display: flex;
|
|
|
|
position: relative;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_menuhint] {
|
2020-09-10 10:19:12 +02:00
|
|
|
width: 42px;
|
|
|
|
max-width: 42px;
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|
|
|
|
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_cursordefault] {
|
2020-09-10 10:19:12 +02:00
|
|
|
cursor: default !important;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_cursorpointer] {
|
2020-09-10 10:19:12 +02:00
|
|
|
cursor: pointer !important;
|
|
|
|
}
|
|
|
|
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_slidergrabber]:active [REPLACE_CLASS_sliderbubble],
|
|
|
|
[REPLACE_CLASS_slidergrabber]:hover [REPLACE_CLASS_sliderbubble] {
|
2020-09-10 10:19:12 +02:00
|
|
|
visibility: visible;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_sliderbubble] {
|
2020-10-18 20:50:31 +02:00
|
|
|
background-color: var(--background-floating);
|
2020-09-10 10:19:12 +02:00
|
|
|
border-radius: 3px;
|
|
|
|
top: -32px;
|
|
|
|
height: 22px;
|
|
|
|
width: auto;
|
|
|
|
padding: 0 5px;
|
|
|
|
white-space: pre;
|
|
|
|
transform: translateX(-50%);
|
|
|
|
line-height: 22px;
|
|
|
|
text-align: center;
|
|
|
|
font-weight: 600;
|
|
|
|
font-size: 12px;
|
|
|
|
color: #f6f6f7;
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_sliderbubble],
|
|
|
|
[REPLACE_CLASS_sliderbubble]:before {
|
2020-09-10 10:19:12 +02:00
|
|
|
position: absolute;
|
|
|
|
left: 50%;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_sliderbubble]:before {
|
2020-09-10 10:19:12 +02:00
|
|
|
border: 5px solid transparent;
|
2020-10-18 20:50:31 +02:00
|
|
|
border-top-color: var(--background-floating);
|
2020-09-10 10:19:12 +02:00
|
|
|
content: " ";
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
margin-left: -5px;
|
|
|
|
top: 100%;
|
|
|
|
}
|
|
|
|
|
2021-03-02 15:59:55 +01:00
|
|
|
[REPLACE_CLASS_quickselectwrapper] {
|
|
|
|
margin-left: 12px;
|
|
|
|
}
|
|
|
|
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_selectwrapper] [REPLACE_CLASS_select] {
|
2020-09-10 10:19:12 +02:00
|
|
|
flex: 1 1 auto;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_selectwrapper] [class*="css-"][class*="-container"] > [class*="css-"][class*="-menu"] {
|
2020-09-10 10:19:12 +02:00
|
|
|
z-index: 3;
|
|
|
|
}
|
|
|
|
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_hotkeywrapper] [REPLACE_CLASS_hotkeycontainer] {
|
2020-09-10 10:19:12 +02:00
|
|
|
flex: 1 1 auto;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_hotkeyresetbutton] {
|
2020-09-10 10:19:12 +02:00
|
|
|
cursor: pointer;
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_hotkeyresetbutton] [REPLACE_CLASS_svgicon]:hover {
|
2020-09-10 10:19:12 +02:00
|
|
|
color: #f04747;
|
|
|
|
}
|
|
|
|
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_hovercardwrapper] {
|
2020-09-10 10:19:12 +02:00
|
|
|
position: relative;
|
2020-11-24 10:53:53 +01:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2020-12-16 10:57:04 +01:00
|
|
|
align-items: center;
|
2020-11-24 10:53:53 +01:00
|
|
|
}
|
2021-01-02 12:51:18 +01:00
|
|
|
[REPLACE_CLASS_hovercardhorizontal] {
|
2020-11-25 17:20:59 +01:00
|
|
|
flex-direction: row;
|
2020-09-10 10:19:12 +02:00
|
|
|
}
|
2021-01-20 16:33:44 +01:00
|
|
|
[REPLACE_CLASS_hovercardhorizontal] > [REPLACE_CLASS_flexchild] + [REPLACE_CLASS_flexchild] {
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|
2021-01-02 12:51:18 +01:00
|
|
|
[REPLACE_CLASS_hovercarddisabled] {
|
|
|
|
opacity: 0.7;
|
|
|
|
filter: grayscale(0.2);
|
|
|
|
}
|
2020-11-23 21:28:01 +01:00
|
|
|
[REPLACE_CLASS_settingspanel] [REPLACE_CLASS_hovercardwrapper] {
|
2020-11-25 17:30:34 +01:00
|
|
|
width: calc(100% - 22px);
|
2020-11-23 21:28:01 +01:00
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_hovercardwrapper][REPLACE_CLASS_hovercard] {
|
2020-09-10 10:19:12 +02:00
|
|
|
padding: 10px 0;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_hovercardwrapper][REPLACE_CLASS_hovercard] > * {
|
2020-09-10 10:19:12 +02:00
|
|
|
z-index: 1;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_hovercardwrapper], [REPLACE_CLASS_hovercardinner] {
|
2020-09-10 10:19:12 +02:00
|
|
|
min-height: 28px;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_hovercardinner] {
|
2020-09-10 10:19:12 +02:00
|
|
|
width: 100%;
|
|
|
|
padding-right: 5px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_hovercardwrapper] [REPLACE_CLASS_hovercardbutton] {
|
2020-09-10 10:19:12 +02:00
|
|
|
position: absolute;
|
|
|
|
top: -6px;
|
|
|
|
right: -6px;
|
|
|
|
opacity: 0;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_hovercardwrapper][REPLACE_CLASS_hovercard] [REPLACE_CLASS_hovercardbutton] {
|
2020-09-10 10:19:12 +02:00
|
|
|
right: -25px;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_hovercardwrapper]:hover [REPLACE_CLASS_hovercardbutton] {
|
2020-09-10 10:19:12 +02:00
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_guildsummarycontainer] {
|
2020-09-10 10:19:12 +02:00
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_guildsummarysvgicon] {
|
2020-09-10 10:19:12 +02:00
|
|
|
-webkit-box-flex: 0;
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
flex: 0 0 auto;
|
|
|
|
color: var(--text-muted);
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_guildsummaryiconcontainer] {
|
2020-09-10 10:19:12 +02:00
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_guildsummaryiconcontainermasked] {
|
2020-09-10 10:19:12 +02:00
|
|
|
margin-right: -4px;
|
2020-11-19 16:45:36 +01:00
|
|
|
-webkit-mask: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 1 1"><path fill="white" d="M 0 0 L 0 1 L 1 1 L 1 0.99804688 A 0.54166669 0.54166669 0 0 1 0.66601562 0.5 A 0.54166669 0.54166669 0 0 1 1 0.001953125 L 1 0 L 0 0 z"/></svg>') center/cover no-repeat;
|
2020-09-10 10:19:12 +02:00
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_guildsummaryclickableicon] {
|
2020-09-10 10:19:12 +02:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_guildsummaryicon],
|
|
|
|
[REPLACE_CLASS_guildsummaryclickableicon],
|
|
|
|
[REPLACE_CLASS_guildsummaryemptyguild] {
|
2020-09-10 10:19:12 +02:00
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_guildsummaryemptyguild] {
|
2020-09-10 10:19:12 +02:00
|
|
|
background: var(--background-accent);
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_guildsummarymoreguilds] {
|
2020-09-10 10:19:12 +02:00
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
background-color: var(--background-tertiary);
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 24px;
|
|
|
|
font-weight: 500;
|
|
|
|
text-align: center;
|
|
|
|
color: var(--text-normal);
|
|
|
|
height: 24px;
|
|
|
|
min-width: 24px;
|
|
|
|
border-radius: 12px;
|
|
|
|
padding: 0 8px;
|
|
|
|
}
|
|
|
|
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_table] {
|
2020-09-10 10:19:12 +02:00
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_table] [REPLACE_CLASS_tablespacerheader],
|
|
|
|
[REPLACE_CLASS_table] [REPLACE_CLASS_tablestickyheader] {
|
2020-09-10 10:19:12 +02:00
|
|
|
padding: 0px 12px 8px 0;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
background-color: var(--background-primary);
|
|
|
|
border-bottom: 1px solid var(--background-modifier-accent);
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_table] [REPLACE_CLASS_tablestickyheader]:first-child {
|
2020-09-10 10:19:12 +02:00
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_modalsub] [REPLACE_CLASS_table] [REPLACE_CLASS_tablestickyheader]:first-child {
|
2020-09-10 10:19:12 +02:00
|
|
|
padding-left: 20px;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_tableheadercell] {
|
2020-09-10 10:19:12 +02:00
|
|
|
color: var(--interactive-normal);
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: 600;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_tableheadercell],
|
|
|
|
[REPLACE_CLASS_tablebodycell] {
|
2020-09-10 10:19:12 +02:00
|
|
|
border-left: 1px solid var(--background-modifier-accent);
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding: 0 12px;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_tableheadercell]:first-child,
|
|
|
|
[REPLACE_CLASS_tablebodycell]:first-child {
|
2020-09-10 10:19:12 +02:00
|
|
|
border-left: none;
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_table] [REPLACE_CLASS_tablerow] {
|
2020-09-10 10:19:12 +02:00
|
|
|
position: relative;
|
|
|
|
display: flex;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
align-items: center;
|
|
|
|
color: var(--header-secondary);
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_tablebodycell] {
|
2020-09-10 10:19:12 +02:00
|
|
|
font-size: 15px;
|
|
|
|
}
|
|
|
|
|
2020-11-25 17:56:40 +01:00
|
|
|
[REPLACE_CLASS_settingstableheaders] {
|
2020-11-25 18:24:23 +01:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
flex: 1 0 auto;
|
2020-11-25 17:56:40 +01:00
|
|
|
margin-right: 10px;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
[REPLACE_CLASS_settingstableheaderoptions] {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
flex: 0 0 auto;
|
2020-09-10 10:19:12 +02:00
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_settingstablelist] [REPLACE_CLASS_settingstableheader] {
|
2020-09-10 10:19:12 +02:00
|
|
|
min-height: 10px;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_settingstablelist] [REPLACE_CLASS_settingstableheaderoption] {
|
2020-09-10 10:19:12 +02:00
|
|
|
width: unset;
|
|
|
|
}
|
2020-11-25 18:30:08 +01:00
|
|
|
[REPLACE_CLASS_settingstablelist] [REPLACE_CLASS_settingstableheaderoption][REPLACE_CLASS_settingstableheadervertical] {
|
|
|
|
width: 24px;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_settingstableheadervertical] {
|
2020-09-10 10:19:12 +02:00
|
|
|
position: relative;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_settingstableheadervertical] > span {
|
2020-09-10 10:19:12 +02:00
|
|
|
position: absolute;
|
|
|
|
bottom: 50%;
|
2020-11-25 18:30:08 +01:00
|
|
|
right: calc(50% - 4px);
|
2020-09-10 10:19:12 +02:00
|
|
|
margin-bottom: -5px;
|
|
|
|
writing-mode: vertical-rl;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_settingstablecard] {
|
2020-09-10 10:19:12 +02:00
|
|
|
height: 60px;
|
|
|
|
padding: 0 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
2020-11-25 17:30:17 +01:00
|
|
|
[REPLACE_CLASS_settingstablecardlabel] {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2021-01-28 14:39:33 +01:00
|
|
|
flex: 1 1 auto;
|
2021-01-28 14:37:14 +01:00
|
|
|
overflow: hidden;
|
2020-11-25 19:04:25 +01:00
|
|
|
color: var(--header-primary);
|
2020-11-25 17:30:17 +01:00
|
|
|
}
|
|
|
|
[REPLACE_CLASS_settingstablecardconfigs] {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
flex: 0 0 auto;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_settingstablecard] [REPLACE_CLASS_settingstablecardlabel] {
|
2020-09-10 10:19:12 +02:00
|
|
|
padding-right: 10px;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_settingstablecard] [REPLACE_CLASS_settingstablecardlabel],
|
|
|
|
[REPLACE_CLASS_settingstablecard] [REPLACE_CLASS_settingstablecardconfigs] {
|
2020-09-10 10:19:12 +02:00
|
|
|
margin: 0;
|
|
|
|
}
|
2020-11-25 17:56:40 +01:00
|
|
|
[REPLACE_CLASS_settingstablelist] [REPLACE_CLASS_checkboxcontainer]:before {
|
|
|
|
display: none;
|
2020-09-10 10:19:12 +02:00
|
|
|
}
|
|
|
|
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_popoutwrapper] [REPLACE_CLASS_messagespopouttabbarheader] {
|
2020-09-10 10:19:12 +02:00
|
|
|
flex: 1 0 auto;
|
|
|
|
align-items: center;
|
|
|
|
height: unset;
|
|
|
|
min-height: 56px;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_popoutwrapper] [REPLACE_CLASS_messagespopouttabbarheader] [REPLACE_CLASS_messagespopouttabbar] {
|
2021-03-01 13:16:34 +01:00
|
|
|
flex: 1 1 auto;
|
2020-09-10 10:19:12 +02:00
|
|
|
min-height: 32px;
|
|
|
|
}
|
|
|
|
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_charcounter] {
|
2020-09-10 10:19:12 +02:00
|
|
|
color: var(--channels-default);
|
|
|
|
}
|
|
|
|
|
2020-10-29 19:08:05 +01:00
|
|
|
[REPLACE_CLASS_inputmulti] {
|
2020-10-29 19:06:03 +01:00
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
}
|
2020-10-29 19:08:05 +01:00
|
|
|
[REPLACE_CLASS_inputmultifirst] {
|
2020-10-29 19:06:03 +01:00
|
|
|
flex-grow: 1;
|
|
|
|
padding: 0 8px;
|
|
|
|
}
|
2020-10-29 19:08:05 +01:00
|
|
|
[REPLACE_CLASS_inputmultilast]::before {
|
2020-10-29 19:06:03 +01:00
|
|
|
content: "";
|
|
|
|
position: absolute;
|
|
|
|
border: 1px solid var(--header-primary);
|
|
|
|
width: 1px;
|
|
|
|
height: 30px;
|
|
|
|
margin-top: 5px;
|
|
|
|
opacity: .1;
|
|
|
|
}
|
2020-10-29 19:08:05 +01:00
|
|
|
[REPLACE_CLASS_inputmultilast] input {
|
2020-10-29 19:06:03 +01:00
|
|
|
width: 250px;
|
|
|
|
padding-left: 16px;
|
|
|
|
}
|
2020-10-29 19:08:05 +01:00
|
|
|
[REPLACE_CLASS_inputmultifield] {
|
2020-10-29 19:06:03 +01:00
|
|
|
border: none !important;
|
|
|
|
}
|
|
|
|
|
2020-10-29 20:19:10 +01:00
|
|
|
[REPLACE_CLASS_inputlistitems] {
|
|
|
|
display: flex;
|
2020-10-30 17:55:12 +01:00
|
|
|
flex-direction: row;
|
|
|
|
justify-content: flex-start;
|
2020-10-29 20:19:10 +01:00
|
|
|
align-items: center;
|
2020-10-30 17:55:12 +01:00
|
|
|
flex-wrap: wrap;
|
2020-10-29 20:19:10 +01:00
|
|
|
}
|
|
|
|
[REPLACE_CLASS_inputlistitem] {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
2020-10-30 17:55:12 +01:00
|
|
|
[REPLACE_CLASS_inputlistitem]:not(:last-child) {
|
|
|
|
margin-right: 4px;
|
2020-10-29 20:34:51 +01:00
|
|
|
}
|
2020-10-29 20:36:10 +01:00
|
|
|
[REPLACE_CLASS_inputlistdelete] {
|
2020-10-30 18:06:46 +01:00
|
|
|
cursor: pointer;
|
2020-10-29 20:19:10 +01:00
|
|
|
margin-left: 6px;
|
|
|
|
}
|
|
|
|
|
2021-03-12 23:59:42 +01:00
|
|
|
[REPLACE_CLASS_dateinputwrapper] {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
[REPLACE_CLASS_dateinputinner] {
|
|
|
|
flex: 1 1 auto;
|
2021-03-15 11:04:54 +01:00
|
|
|
color: var(--header-primary);
|
2021-03-12 23:59:42 +01:00
|
|
|
max-width: calc(100% - 150px);
|
2021-03-19 22:13:42 +01:00
|
|
|
margin-left: 8px;
|
2021-03-12 23:59:42 +01:00
|
|
|
}
|
|
|
|
[REPLACE_CLASS_dateinputcontrols] {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
2021-03-15 10:38:05 +01:00
|
|
|
[REPLACE_CLASS_dateinputpreview] {
|
2021-03-15 11:04:54 +01:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
color: var(--header-primary);
|
2021-03-15 11:46:49 +01:00
|
|
|
margin-top: 8px;
|
2021-03-15 11:04:54 +01:00
|
|
|
font-weight: normal;
|
2021-03-15 10:38:05 +01:00
|
|
|
}
|
2021-03-15 13:04:19 +01:00
|
|
|
[REPLACE_CLASS_dateinputpreviewprefix],
|
|
|
|
[REPLACE_CLASS_dateinputpreviewsuffix] {
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
2021-03-15 13:28:17 +01:00
|
|
|
[REPLACE_CLASS_dateinputpreviewprefix]:not(:empty) {
|
2021-03-15 10:38:05 +01:00
|
|
|
margin-right: 6px;
|
2021-03-15 13:04:19 +01:00
|
|
|
}
|
2021-03-15 13:28:17 +01:00
|
|
|
[REPLACE_CLASS_dateinputpreviewsuffix]:not(:empty) {
|
2021-03-15 13:04:19 +01:00
|
|
|
margin-left: 6px;
|
2021-03-15 10:38:05 +01:00
|
|
|
}
|
2021-03-12 23:59:42 +01:00
|
|
|
[REPLACE_CLASS_dateinputfield] {
|
|
|
|
flex: 1 1 auto;
|
|
|
|
}
|
|
|
|
[REPLACE_CLASS_dateinputbutton] {
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|
|
|
|
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_inputnumberwrapper] {
|
2020-09-10 10:19:12 +02:00
|
|
|
position: relative;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_inputnumberbuttons]:hover + [REPLACE_CLASS_input]:not([REPLACE_CLASS_inputfocused]):not([REPLACE_CLASS_inputerror]):not([REPLACE_CLASS_inputsuccess]):not([REPLACE_CLASS_inputdisabled]):not(:focus) {
|
2020-09-10 10:19:12 +02:00
|
|
|
border-color: #040405;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_inputnumberwrapperdefault] [REPLACE_CLASS_input] {
|
2020-09-10 10:19:12 +02:00
|
|
|
padding-right: 25px;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_inputnumberwrappermini] [REPLACE_CLASS_input] {
|
2020-09-10 10:19:12 +02:00
|
|
|
padding-left: 6px;
|
|
|
|
padding-right: 17px;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_inputnumberwrapper] [REPLACE_CLASS_input]::-webkit-inner-spin-button,
|
|
|
|
[REPLACE_CLASS_inputnumberwrapper] [REPLACE_CLASS_input]::-webkit-outer-spin-button{
|
2020-09-10 10:19:12 +02:00
|
|
|
-webkit-appearance: none !important;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_inputnumberbuttons] {
|
2020-09-10 10:19:12 +02:00
|
|
|
position: absolute;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-around;
|
|
|
|
height: 110%;
|
|
|
|
top: -2%;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_inputnumberwrapperdefault] [REPLACE_CLASS_inputnumberbuttons] {
|
2020-09-10 10:19:12 +02:00
|
|
|
right: 8px;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_inputnumberwrappermini] [REPLACE_CLASS_inputnumberbuttons] {
|
2020-09-10 10:19:12 +02:00
|
|
|
right: 4px;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_inputnumberbutton] {
|
2020-09-10 10:19:12 +02:00
|
|
|
cursor: pointer;
|
|
|
|
border: transparent solid 5px;
|
|
|
|
border-top-width: 2.5px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2020-10-18 20:50:31 +02:00
|
|
|
[REPLACE_CLASS_inputnumberbutton] {
|
|
|
|
border-bottom-color: var(--interactive-normal);
|
2020-09-10 10:19:12 +02:00
|
|
|
}
|
2020-10-18 20:50:31 +02:00
|
|
|
[REPLACE_CLASS_inputnumberbutton]:hover {
|
|
|
|
border-bottom-color: var(--interactive-active);
|
2020-09-10 10:19:12 +02:00
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_inputnumberbuttondown] {
|
2020-09-10 10:19:12 +02:00
|
|
|
transform: rotate(180deg);
|
|
|
|
}
|
|
|
|
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_guildupperleftbadge] {
|
2020-09-10 10:19:12 +02:00
|
|
|
top: 0;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_guildlowerleftbadge] {
|
2020-09-10 10:19:12 +02:00
|
|
|
bottom: 0;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_guildlowerleftbadge], [REPLACE_CLASS_guildupperleftbadge] {
|
2020-09-10 10:19:12 +02:00
|
|
|
pointer-events: none;
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_svgiconwrapper] {
|
2020-09-10 10:19:12 +02:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_svgicon] {
|
2020-09-10 10:19:12 +02:00
|
|
|
color: var(--interactive-normal);
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_svgicon]:hover {
|
2020-09-10 10:19:12 +02:00
|
|
|
color: var(--interactive-hover);
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_svgicon]:active {
|
2020-09-10 10:19:12 +02:00
|
|
|
color: var(--interactive-active);
|
|
|
|
}
|
|
|
|
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_listrowwrapper] [REPLACE_CLASS_listavatar] {
|
2020-09-10 10:19:12 +02:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_sidebarlist] {
|
2020-09-10 10:19:12 +02:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex: 1 1 auto;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_sidebar] {
|
2020-09-10 10:19:12 +02:00
|
|
|
padding: 8px;
|
|
|
|
flex: 0 1 auto;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_sidebarcontent] {
|
2020-09-10 10:19:12 +02:00
|
|
|
padding: 8px 0;
|
|
|
|
flex: 1 1 auto;
|
|
|
|
}
|
|
|
|
|
2020-12-22 18:22:00 +01:00
|
|
|
[REPLACE_CLASS_modalwrapper] [REPLACE_CLASS_modalclose] [REPLACE_CLASS_buttoncontents] {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_modalsubinner] {
|
2020-09-10 10:19:12 +02:00
|
|
|
padding-left: 16px;
|
|
|
|
padding-right: 8px;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_modalnoscroller] {
|
2020-09-10 10:19:12 +02:00
|
|
|
overflow: hidden;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_modalcontent][REPLACE_CLASS_modalnoscroller] {
|
2020-09-10 10:19:12 +02:00
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_modaltabcontent] {
|
2020-09-10 10:19:12 +02:00
|
|
|
margin-top: 10px;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_listscroller] [REPLACE_CLASS_modaltabcontent] {
|
2020-09-10 10:19:12 +02:00
|
|
|
margin-top: 0;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_modalheaderhassibling] {
|
2020-09-10 10:19:12 +02:00
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_modalheadershade],
|
|
|
|
[REPLACE_CLASS_modalsidebar] {
|
2020-09-10 10:19:12 +02:00
|
|
|
background: rgba(0, 0, 0, 0.1);
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_themedark] [REPLACE_CLASS_modalheadershade],
|
|
|
|
[REPLACE_CLASS_themedark] [REPLACE_CLASS_modalsidebar] {
|
2020-09-10 10:19:12 +02:00
|
|
|
background: rgba(0, 0, 0, 0.2);
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_tabbarcontainer][REPLACE_CLASS_tabbarcontainerbottom] {
|
2020-09-10 10:19:12 +02:00
|
|
|
border-top: unset;
|
|
|
|
border-bottom: 1px solid hsla(0,0%,100%,.1);
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_modalwrapper] [REPLACE_CLASS_tabbarcontainer] {
|
2020-09-10 10:19:12 +02:00
|
|
|
background: rgba(0, 0, 0, 0.1);
|
|
|
|
border: none;
|
|
|
|
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05);
|
|
|
|
padding-right: 12px;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_themedark] [REPLACE_CLASS_modalwrapper] [REPLACE_CLASS_tabbarcontainer] {
|
2020-09-10 10:19:12 +02:00
|
|
|
background: rgba(0, 0, 0, 0.2);
|
|
|
|
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
|
|
|
|
}
|
2020-10-08 17:35:36 +02:00
|
|
|
[REPLACE_CLASS_modalchangelogmodal] [REPLACE_CLASS_changelogsociallink] {
|
|
|
|
margin-right: 12px;
|
|
|
|
}
|
2020-09-10 10:19:12 +02:00
|
|
|
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_themedark] [REPLACE_CLASS_popoutwrapper][REPLACE_CLASS_popoutright][REPLACE_CLASS_popoutarrowalignmentmiddle]:before {
|
2020-09-10 10:19:12 +02:00
|
|
|
border-right-color: #2f3136;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_themedark] [REPLACE_CLASS_popoutwrapper][REPLACE_CLASS_popoutleft][REPLACE_CLASS_popoutarrowalignmentmiddle]:before {
|
2020-09-10 10:19:12 +02:00
|
|
|
border-left-color: #2f3136;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_themedark] [REPLACE_CLASS_popoutwrapper][REPLACE_CLASS_popoutbottom][REPLACE_CLASS_popoutarrowalignmentmiddle]:before,
|
|
|
|
[REPLACE_CLASS_themedark] [REPLACE_CLASS_popoutwrapper][REPLACE_CLASS_popoutbottom][REPLACE_CLASS_popoutarrowalignmenttop]:before,
|
|
|
|
[REPLACE_CLASS_themedark] [REPLACE_CLASS_popoutwrapper][REPLACE_CLASS_popoutbottomleft][REPLACE_CLASS_popoutarrowalignmentmiddle]:before,
|
|
|
|
[REPLACE_CLASS_themedark] [REPLACE_CLASS_popoutwrapper][REPLACE_CLASS_popoutbottomleft][REPLACE_CLASS_popoutarrowalignmenttop]:before,
|
|
|
|
[REPLACE_CLASS_themedark] [REPLACE_CLASS_popoutwrapper][REPLACE_CLASS_popoutbottomright][REPLACE_CLASS_popoutarrowalignmentmiddle]:before,
|
|
|
|
[REPLACE_CLASS_themedark] [REPLACE_CLASS_popoutwrapper][REPLACE_CLASS_popoutbottomright][REPLACE_CLASS_popoutarrowalignmenttop]:before {
|
2020-09-10 10:19:12 +02:00
|
|
|
border-bottom-color: #2f3136;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_themedark] [REPLACE_CLASS_popoutwrapper][REPLACE_CLASS_popouttop]:after,
|
|
|
|
[REPLACE_CLASS_themedark] [REPLACE_CLASS_popoutwrapper][REPLACE_CLASS_popouttopleft]:after,
|
|
|
|
[REPLACE_CLASS_themedark] [REPLACE_CLASS_popoutwrapper][REPLACE_CLASS_popouttopright]:after {
|
2020-09-10 10:19:12 +02:00
|
|
|
border-top-color: #2f3136;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_popoutthemedpopout] {
|
2020-09-10 10:19:12 +02:00
|
|
|
background-color: var(--background-secondary);
|
|
|
|
-webkit-box-shadow: var(--elevation-stroke),var(--elevation-high);
|
|
|
|
box-shadow: var(--elevation-stroke),var(--elevation-high);
|
|
|
|
box-sizing: border-box;
|
|
|
|
border-radius: 5px;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_popoutwrapper][REPLACE_CLASS_popoutarrowalignmentmiddle] [REPLACE_CLASS_popoutthemedpopout],
|
|
|
|
[REPLACE_CLASS_popoutwrapper][REPLACE_CLASS_popoutarrowalignmenttop] [REPLACE_CLASS_popoutthemedpopout] {
|
2020-09-10 10:19:12 +02:00
|
|
|
border-color: transparent;
|
|
|
|
}
|
|
|
|
|
2020-11-23 20:09:46 +01:00
|
|
|
[REPLACE_CLASS__repomodal] {
|
|
|
|
min-height: unset;
|
|
|
|
}
|
2020-11-23 20:23:14 +01:00
|
|
|
[REPLACE_CLASS__repomodalsettings] {
|
|
|
|
padding: 0 16px 16px 16px;
|
|
|
|
}
|
|
|
|
|
2021-01-30 10:55:55 +01:00
|
|
|
[REPLACE_CLASS__repolistwrapper] [REPLACE_CLASS_settingswindowtoolscontainer] {
|
|
|
|
margin-top: -140px;
|
|
|
|
}
|
|
|
|
[REPLACE_CLASS__repolistwrapper] [REPLACE_CLASS_settingswindowcontentregionscroller] {
|
|
|
|
height: calc(100% - 140px);
|
|
|
|
}
|
|
|
|
[REPLACE_CLASS__repolistwrapper] [REPLACE_CLASS_settingswindowcontentcolumn] {
|
|
|
|
padding-top: 20px;
|
|
|
|
}
|
|
|
|
[REPLACE_CLASS__repolistheader] {
|
2020-09-10 10:19:12 +02:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
padding-top: 60px;
|
|
|
|
padding-right: 70px;
|
|
|
|
}
|
2021-01-30 10:55:55 +01:00
|
|
|
[REPLACE_CLASS__repolistheader] > * {
|
2020-09-10 10:19:12 +02:00
|
|
|
max-width: 740px;
|
|
|
|
min-width: 460px;
|
|
|
|
padding-left: 40px;
|
|
|
|
padding-right: 40px;
|
|
|
|
}
|
2021-01-30 10:55:55 +01:00
|
|
|
[REPLACE_CLASS__repoentry] [REPLACE_CLASS__repofooter] {
|
2020-11-12 16:45:34 +01:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
2021-01-30 10:55:55 +01:00
|
|
|
[REPLACE_CLASS__repoentry] [REPLACE_CLASS__repofooter] > *:only-child {
|
2020-11-12 17:20:08 +01:00
|
|
|
margin-left: auto;
|
|
|
|
}
|
2021-01-30 10:55:55 +01:00
|
|
|
[REPLACE_CLASS__repoentry] [REPLACE_CLASS__repoheadercontrols],
|
|
|
|
[REPLACE_CLASS__repoentry] [REPLACE_CLASS__repofootercontrols] {
|
2020-11-11 17:08:40 +01:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
flex: 0 0 auto;
|
2020-11-11 10:02:09 +01:00
|
|
|
}
|
2021-01-30 10:55:55 +01:00
|
|
|
[REPLACE_CLASS__repoentry] [REPLACE_CLASS__repoheadercontrols] > *,
|
|
|
|
[REPLACE_CLASS__repoentry] [REPLACE_CLASS__repocontrols] > * {
|
2020-09-10 10:19:12 +02:00
|
|
|
margin-left: 10px;
|
|
|
|
}
|
2021-01-30 10:55:55 +01:00
|
|
|
[REPLACE_CLASS__repoentry] [REPLACE_CLASS__repofootercontrols][REPLACE_CLASS__repocontrols] > * {
|
2020-11-12 16:46:46 +01:00
|
|
|
margin-left: 0;
|
|
|
|
}
|
2021-01-30 10:55:55 +01:00
|
|
|
[REPLACE_CLASS__repoentry] [REPLACE_CLASS__repocontrolsbutton] {
|
2020-11-12 16:48:19 +01:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2021-01-30 10:55:55 +01:00
|
|
|
[REPLACE_CLASS__repoentry] [REPLACE_CLASS__repocontrols] > [REPLACE_CLASS__repocontrolsbutton]:only-child {
|
2020-11-12 16:48:19 +01:00
|
|
|
border-radius: 3px;
|
|
|
|
}
|
2020-09-10 10:19:12 +02:00
|
|
|
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_noticewrapper] {
|
2021-03-05 13:52:25 +01:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2021-01-30 10:55:55 +01:00
|
|
|
height: 36px !important;
|
2020-09-10 10:19:12 +02:00
|
|
|
border-radius: 0 !important;
|
2021-01-12 19:42:43 +01:00
|
|
|
transition: height 10s ease !important;
|
2020-09-10 10:19:12 +02:00
|
|
|
}
|
2021-01-12 19:45:23 +01:00
|
|
|
[REPLACE_CLASS_noticeclosing] {
|
|
|
|
height: 0 !important;
|
|
|
|
overflow: hidden !important;
|
|
|
|
}
|
2021-02-05 17:21:55 +01:00
|
|
|
[REPLACE_CLASS_noticetext] {
|
2021-03-06 08:23:17 +01:00
|
|
|
display: inline-flex;
|
2021-03-05 13:52:25 +01:00
|
|
|
flex: 0 1 auto;
|
2021-03-06 08:23:17 +01:00
|
|
|
white-space: pre;
|
2021-03-05 13:52:25 +01:00
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
[REPLACE_CLASS_noticewrapper] [REPLACE_CLASS_noticeplatformicon] {
|
2021-03-06 08:23:17 +01:00
|
|
|
display: inline-flex;
|
2021-03-05 13:52:25 +01:00
|
|
|
flex: 0 0 auto;
|
|
|
|
position: static;
|
|
|
|
margin: 0 10px 0 0;
|
2021-02-05 17:21:55 +01:00
|
|
|
}
|
2021-02-05 21:45:34 +01:00
|
|
|
[REPLACE_CLASS_noticewrapper] svg[REPLACE_CLASS_noticeplatformicon] {
|
2020-09-10 10:19:12 +02:00
|
|
|
max-height: 28px;
|
2021-02-05 21:45:34 +01:00
|
|
|
width: unset;
|
2020-09-10 10:19:12 +02:00
|
|
|
}
|
2021-03-05 13:52:25 +01:00
|
|
|
[REPLACE_CLASS_noticewrapper] [REPLACE_CLASS_noticebutton] {
|
2021-03-06 08:23:17 +01:00
|
|
|
display: inline-flex;
|
2021-03-05 13:52:25 +01:00
|
|
|
flex: 0 0 auto;
|
|
|
|
position: static;
|
|
|
|
}
|
2020-09-10 10:19:12 +02:00
|
|
|
|
2021-02-05 19:23:39 +01:00
|
|
|
#pluginNotice .notice-message {
|
|
|
|
white-space: pre;
|
|
|
|
}
|
2021-02-05 17:21:55 +01:00
|
|
|
#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] {
|
2021-02-05 17:22:34 +01:00
|
|
|
display: flex;
|
2021-02-05 17:21:55 +01:00
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2020-09-10 21:54:53 +02:00
|
|
|
.platform-osx [REPLACE_CLASS_noticewrapper] ~ * [REPLACE_CLASS_guildswrapper] {
|
2020-09-10 10:19:12 +02:00
|
|
|
margin-top: 0;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
.platform-osx [REPLACE_CLASS_noticewrapper] ~ * [REPLACE_CLASS_guildsscroller] {
|
2020-09-10 10:19:12 +02:00
|
|
|
padding-top: 4px;
|
|
|
|
}
|
|
|
|
|
2021-01-09 16:30:36 +01:00
|
|
|
[REPLACE_CLASS_tooltip][REPLACE_CLASS_tooltipcustom],
|
|
|
|
[REPLACE_CLASS_tooltiplistitem][REPLACE_CLASS_tooltipcustom] {
|
|
|
|
color: #FFF;
|
|
|
|
}
|
2021-01-15 17:41:39 +01:00
|
|
|
[REPLACE_CLASS_tooltipcustom] [REPLACE_CLASS_tooltippointer] {
|
2020-09-10 10:19:12 +02:00
|
|
|
border-top-color: inherit !important;
|
|
|
|
}
|
2021-02-13 22:03:15 +01:00
|
|
|
[REPLACE_CLASS_tooltipcustom] [REPLACE_CLASS_tooltipguildnametext],
|
|
|
|
[REPLACE_CLASS_tooltipcustom] [REPLACE_CLASS_tooltipmutetext] {
|
2021-01-09 16:30:36 +01:00
|
|
|
color: inherit;
|
|
|
|
}
|
2021-02-13 22:03:15 +01:00
|
|
|
[REPLACE_CLASS_tooltipcustom] [REPLACE_CLASS_tooltipmutetext] {
|
|
|
|
opacity: .7;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_tooltiprowextra]:empty {
|
2020-09-10 10:19:12 +02:00
|
|
|
display: none;
|
|
|
|
}
|
2021-02-13 22:19:19 +01:00
|
|
|
[REPLACE_CLASS_tooltiprowextra]:not(:empty) [REPLACE_CLASS_tooltipmutetext] {
|
|
|
|
margin-top: 8px;
|
|
|
|
}
|
2020-09-10 10:19:12 +02:00
|
|
|
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_colorpickerswatchsinglewrapper] {
|
2020-09-10 10:19:12 +02:00
|
|
|
position: relative;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_colorpickerswatchsingle] {
|
2020-09-10 10:19:12 +02:00
|
|
|
height: 30px;
|
|
|
|
width: 30px;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_colorpickerswatches][REPLACE_CLASS_colorpickerswatchesdisabled] {
|
2020-09-10 10:19:12 +02:00
|
|
|
cursor: no-drop;
|
|
|
|
filter: grayscale(70%) brightness(50%);
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_colorpickerswatch]:not([REPLACE_CLASS_colorpickerswatchnocolor]):not([REPLACE_CLASS_colorpickerswatchdefault]):not([REPLACE_CLASS_colorpickerswatchdisabled]) {
|
2020-09-10 10:19:12 +02:00
|
|
|
overflow: hidden;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_colorpickerswatch][REPLACE_CLASS_colorpickerswatchcustom][style*="background"] {
|
2020-09-10 10:19:12 +02:00
|
|
|
border: none;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_colorpickerswatch]:not([REPLACE_CLASS_colorpickerswatchdefault]):after {
|
2020-09-10 10:19:12 +02:00
|
|
|
border-radius: 3px;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_colorpickerswatch][REPLACE_CLASS_colorpickerswatchcustom]:not([REPLACE_CLASS_colorpickerswatchdefault]):after {
|
2020-09-10 10:19:12 +02:00
|
|
|
border-radius: 5px;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_colorpickerswatch]:not([REPLACE_CLASS_colorpickerswatchnocolor]):not([REPLACE_CLASS_colorpickerswatchdefault]):not([REPLACE_CLASS_colorpickerswatchdisabled]):after {
|
2020-09-10 10:19:12 +02:00
|
|
|
content: "";
|
2020-11-19 16:45:36 +01:00
|
|
|
background: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="8" height="8"><rect x="0" y="0" width="4" height="4" fill="black"></rect><rect x="0" y="4" width="4" height="4" fill="white"></rect><rect x="4" y="0" width="4" height="4" fill="white"></rect><rect x="4" y="4" width="4" height="4" fill="black"></rect></svg>') center repeat;
|
2020-09-10 10:19:12 +02:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
z-index: -1;
|
|
|
|
}
|
|
|
|
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_colorpickeralpha] {
|
2020-09-10 10:19:12 +02:00
|
|
|
position: relative;
|
|
|
|
height: 8px;
|
|
|
|
margin: 16px 0 8px;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_colorpickergradient] {
|
2020-09-10 10:19:12 +02:00
|
|
|
position: relative;
|
|
|
|
height: 8px;
|
|
|
|
margin: 27px 2px 2px 2px;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_colorpickeralpha] > div > div > div > div {
|
2020-09-10 10:19:12 +02:00
|
|
|
height: 16px !important;
|
|
|
|
width: 8px !important;
|
|
|
|
margin-top: -3px !important;
|
|
|
|
border-radius: 3px !important;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_themelight] [REPLACE_CLASS_colorpickersaturation] > div > div > div > div {
|
2020-09-10 10:19:12 +02:00
|
|
|
box-shadow: rgb(200, 200, 200) 0px 0px 0px 1.5px, rgba(0, 0, 0, 0.6) 0px 0px 1px 1px inset, rgba(0, 0, 0, 0.6) 0px 0px 1px 2px !important;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_themelight] [REPLACE_CLASS_colorpickerhue] > div > div > div > div,
|
|
|
|
[REPLACE_CLASS_themelight] [REPLACE_CLASS_colorpickeralpha] > div > div > div > div {
|
2020-09-10 10:19:12 +02:00
|
|
|
background: rgb(200, 200, 200) !important;
|
|
|
|
box-shadow: rgba(0, 0, 0, 1) 0px 0px 2px !important;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_colorpickeralpha] > div > div,
|
|
|
|
[REPLACE_CLASS_colorpickergradient] > div > div {
|
2020-09-10 10:19:12 +02:00
|
|
|
border-radius: 3px;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_colorpickeralpha] [REPLACE_CLASS_colorpickeralphacheckered],
|
|
|
|
[REPLACE_CLASS_colorpickergradient] [REPLACE_CLASS_colorpickergradientcheckered],
|
2020-11-19 16:45:36 +01:00
|
|
|
[REPLACE_CLASS_colorpickergradient] [REPLACE_CLASS_colorpickergradientcursor] > div:after {
|
|
|
|
background: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="8" height="8"><rect x="0" y="0" width="4" height="4" fill="black"></rect><rect x="0" y="4" width="4" height="4" fill="white"></rect><rect x="4" y="0" width="4" height="4" fill="white"></rect><rect x="4" y="4" width="4" height="4" fill="black"></rect></svg>') center repeat;
|
2020-09-10 10:19:12 +02:00
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_colorpickergradient] [REPLACE_CLASS_colorpickergradientcursor] > div {
|
2020-09-10 10:19:12 +02:00
|
|
|
height: 8px;
|
|
|
|
width: 8px;
|
|
|
|
margin-top: -15px;
|
|
|
|
border: 1px solid rgb(128, 128, 128);
|
|
|
|
border-radius: 3px;
|
|
|
|
transform: translateX(-5px);
|
|
|
|
transform-style: preserve-3d;
|
|
|
|
}
|
2020-11-19 16:45:36 +01:00
|
|
|
[REPLACE_CLASS_colorpickergradient] [REPLACE_CLASS_colorpickergradientcursor] > div:after {
|
2020-09-10 10:19:12 +02:00
|
|
|
content: "";
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
z-index: -1;
|
|
|
|
border-radius: 3px;
|
|
|
|
transform: translateZ(-1px);
|
|
|
|
}
|
2020-11-19 16:45:36 +01:00
|
|
|
[REPLACE_CLASS_colorpickergradient] [REPLACE_CLASS_colorpickergradientcursor] > div:before {
|
2020-09-10 10:19:12 +02:00
|
|
|
content: "";
|
|
|
|
position: absolute;
|
|
|
|
border: 3px solid transparent;
|
|
|
|
border-top-width: 5px;
|
|
|
|
border-top-color: rgb(128, 128, 128);
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
top: 100%;
|
|
|
|
left: -50%;
|
|
|
|
transform: translateX(5px);
|
|
|
|
}
|
2020-11-19 16:45:36 +01:00
|
|
|
[REPLACE_CLASS_colorpickergradient] [REPLACE_CLASS_colorpickergradientcursor][REPLACE_CLASS_colorpickergradientcursoredge] > div:before {
|
2020-09-10 10:19:12 +02:00
|
|
|
border-right-width: 0;
|
|
|
|
border-left-width: 5px;
|
|
|
|
}
|
2020-11-19 16:45:36 +01:00
|
|
|
[REPLACE_CLASS_colorpickergradient] [REPLACE_CLASS_colorpickergradientcursor][REPLACE_CLASS_colorpickergradientcursoredge] ~ [REPLACE_CLASS_colorpickergradientcursor][REPLACE_CLASS_colorpickergradientcursoredge] > div:before {
|
2020-09-10 10:19:12 +02:00
|
|
|
border-right-width: 5px;
|
|
|
|
border-left-width: 0;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_themelight] [REPLACE_CLASS_colorpickergradient] [REPLACE_CLASS_colorpickergradientcursor][REPLACE_CLASS_colorpickergradientcursorselected] > div {
|
2020-09-10 10:19:12 +02:00
|
|
|
border-color: rgb(55, 55, 55);
|
|
|
|
}
|
2020-11-19 16:45:36 +01:00
|
|
|
[REPLACE_CLASS_themelight] [REPLACE_CLASS_colorpickergradient] [REPLACE_CLASS_colorpickergradientcursor][REPLACE_CLASS_colorpickergradientcursorselected] > div:before {
|
2020-09-10 10:19:12 +02:00
|
|
|
border-top-color: rgb(55, 55, 55);
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_themedark] [REPLACE_CLASS_colorpickergradient] [REPLACE_CLASS_colorpickergradientcursor][REPLACE_CLASS_colorpickergradientcursorselected] > div {
|
2020-09-10 10:19:12 +02:00
|
|
|
border-color: rgb(200, 200, 200);
|
|
|
|
}
|
2020-11-19 16:45:36 +01:00
|
|
|
[REPLACE_CLASS_themedark] [REPLACE_CLASS_colorpickergradient] [REPLACE_CLASS_colorpickergradientcursor][REPLACE_CLASS_colorpickergradientcursorselected] > div:before {
|
2020-09-10 10:19:12 +02:00
|
|
|
border-top-color: rgb(200, 200, 200);
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_colorpickergradientbutton] {
|
2020-09-10 10:19:12 +02:00
|
|
|
color: var(--interactive-normal);
|
|
|
|
opacity: 0.6;
|
|
|
|
margin-left: 6px;
|
|
|
|
transition: color 200ms ease, opactity 200ms ease;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_colorpickergradientbutton]:hover {
|
2020-09-10 10:19:12 +02:00
|
|
|
color: var(--interactive-hover);
|
|
|
|
opacity: 1;
|
|
|
|
}
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_colorpickergradientbutton][REPLACE_CLASS_colorpickergradientbuttonenabled],
|
|
|
|
[REPLACE_CLASS_colorpickergradientbutton][REPLACE_CLASS_colorpickergradientbuttonenabled]:hover {
|
2020-09-10 10:19:12 +02:00
|
|
|
color: var(--interactive-active);
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_layermodallarge], [REPLACE_CLASS_modalsizelarge] {
|
2020-09-10 10:19:12 +02:00
|
|
|
max-height: 95vh;
|
|
|
|
}
|
|
|
|
@media only screen and (max-height: 900px) {
|
2020-09-10 21:54:53 +02:00
|
|
|
[REPLACE_CLASS_layermodalmedium], [REPLACE_CLASS_modalsizemedium] {
|
2020-09-10 10:19:12 +02:00
|
|
|
max-height: 75vh;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-01-26 21:15:22 +01:00
|
|
|
.platform-win [REPLACE_CLASS_toasts] {
|
|
|
|
padding-top: 22px;
|
|
|
|
}
|
2020-12-22 18:45:40 +01:00
|
|
|
[REPLACE_CLASS_toasts] {
|
2021-01-26 21:15:22 +01:00
|
|
|
position: absolute;
|
|
|
|
top: 10px;
|
2021-01-27 18:14:10 +01:00
|
|
|
right: 10px;
|
|
|
|
left: 10px;
|
2020-09-10 10:19:12 +02:00
|
|
|
display: flex;
|
2021-01-26 21:15:22 +01:00
|
|
|
flex-direction: column;
|
2020-09-10 10:19:12 +02:00
|
|
|
pointer-events: none;
|
2021-02-03 11:30:16 +01:00
|
|
|
z-index: 100001;
|
2020-09-10 10:19:12 +02:00
|
|
|
}
|
2021-01-26 21:15:22 +01:00
|
|
|
[REPLACE_CLASS_toasts][REPLACE_CLASS_toastsleft] {
|
2021-01-27 18:14:10 +01:00
|
|
|
bottom: 10px;
|
|
|
|
justify-content: flex-start;
|
2021-01-26 21:15:22 +01:00
|
|
|
align-items: flex-start;
|
2020-09-10 10:19:12 +02:00
|
|
|
}
|
2021-01-26 21:15:22 +01:00
|
|
|
[REPLACE_CLASS_toasts][REPLACE_CLASS_toastscenter] {
|
2021-01-27 18:14:10 +01:00
|
|
|
bottom: 80px;
|
|
|
|
justify-content: flex-end;
|
2021-01-26 21:15:22 +01:00
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
[REPLACE_CLASS_toasts][REPLACE_CLASS_toastsright] {
|
2021-01-27 18:14:10 +01:00
|
|
|
bottom: 10px;
|
|
|
|
justify-content: flex-start;
|
2021-01-26 21:15:22 +01:00
|
|
|
align-items: flex-end;
|
2021-01-25 14:10:20 +01:00
|
|
|
}
|
2020-12-22 18:45:40 +01:00
|
|
|
[REPLACE_CLASS_toast] {
|
2021-01-26 21:15:22 +01:00
|
|
|
position: relative;
|
2021-01-24 13:36:34 +01:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2021-01-28 14:00:00 +01:00
|
|
|
backdrop-filter: blur(5px);
|
2021-01-27 18:14:10 +01:00
|
|
|
border-radius: 3px;
|
2020-10-06 23:53:08 +02:00
|
|
|
box-shadow: var(--elevation-medium);
|
|
|
|
margin-top: 10px;
|
2021-01-27 18:14:10 +01:00
|
|
|
padding: 10px 10px 12px 10px;
|
2021-01-26 21:15:22 +01:00
|
|
|
overflow: hidden;
|
2021-01-28 14:00:47 +01:00
|
|
|
max-width: 50vw;
|
2021-01-24 15:20:33 +01:00
|
|
|
min-height: 24px;
|
2021-01-26 21:15:22 +01:00
|
|
|
height: unset;
|
2021-01-24 15:20:33 +01:00
|
|
|
opacity: 1;
|
2021-01-26 21:15:22 +01:00
|
|
|
transform: scale(1);
|
|
|
|
transition: all 300ms ease;
|
|
|
|
}
|
2021-01-27 15:29:08 +01:00
|
|
|
[REPLACE_CLASS_toastclosable] {
|
2021-01-26 22:59:46 +01:00
|
|
|
cursor: pointer;
|
|
|
|
pointer-events: auto;
|
|
|
|
}
|
2021-01-26 21:15:22 +01:00
|
|
|
[REPLACE_CLASS_toasts][REPLACE_CLASS_toastsleft] [REPLACE_CLASS_toast] {
|
2021-01-27 18:14:10 +01:00
|
|
|
min-width: 200px;
|
|
|
|
transform-origin: left top;
|
2021-01-26 21:15:22 +01:00
|
|
|
}
|
|
|
|
[REPLACE_CLASS_toasts][REPLACE_CLASS_toastscenter] [REPLACE_CLASS_toast] {
|
2021-01-27 18:14:10 +01:00
|
|
|
min-width: 100px;
|
2021-01-26 21:15:22 +01:00
|
|
|
transform-origin: center bottom;
|
|
|
|
}
|
|
|
|
[REPLACE_CLASS_toasts][REPLACE_CLASS_toastsright] [REPLACE_CLASS_toast] {
|
2021-01-27 18:14:10 +01:00
|
|
|
min-width: 200px;
|
|
|
|
transform-origin: right top;
|
2020-09-10 10:19:12 +02:00
|
|
|
}
|
2021-01-26 21:15:22 +01:00
|
|
|
[REPLACE_CLASS_toastopening],
|
2021-01-24 13:27:39 +01:00
|
|
|
[REPLACE_CLASS_toastclosing] {
|
2021-01-26 21:15:22 +01:00
|
|
|
opacity: 0;
|
|
|
|
transform: scale(0);
|
|
|
|
}
|
2021-01-26 22:56:00 +01:00
|
|
|
[REPLACE_CLASS_toastclosing] {
|
|
|
|
min-height: 0;
|
|
|
|
height: 0;
|
|
|
|
}
|
2021-01-27 18:14:10 +01:00
|
|
|
[REPLACE_CLASS_toastbg] {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
opacity: 0.9;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
2021-01-26 21:15:22 +01:00
|
|
|
[REPLACE_CLASS_toastinner] {
|
2021-01-27 18:14:10 +01:00
|
|
|
position: relative;
|
2021-01-26 21:15:22 +01:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2021-01-27 18:14:10 +01:00
|
|
|
flex: 1 0 auto;
|
|
|
|
z-index: 2;
|
2020-09-10 10:19:12 +02:00
|
|
|
}
|
2021-01-24 13:47:07 +01:00
|
|
|
[REPLACE_CLASS_toasticon] {
|
2021-01-24 14:20:52 +01:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2021-01-24 13:47:07 +01:00
|
|
|
flex: 0 0 auto;
|
2021-01-26 21:15:22 +01:00
|
|
|
margin-right: 10px;
|
2021-01-24 13:47:07 +01:00
|
|
|
}
|
|
|
|
[REPLACE_CLASS_toastavatar] {
|
2021-01-24 15:20:33 +01:00
|
|
|
width: 24px;
|
2021-01-24 15:22:36 +01:00
|
|
|
height: 24px;
|
2020-09-10 10:19:12 +02:00
|
|
|
}
|
2021-01-26 21:15:22 +01:00
|
|
|
[REPLACE_CLASS_toasttext] {
|
2021-02-05 17:01:37 +01:00
|
|
|
max-width: calc(50vw - 50px);
|
2021-01-27 18:14:10 +01:00
|
|
|
flex: 1 0 auto;
|
2021-01-26 21:15:22 +01:00
|
|
|
font-size: 14px;
|
|
|
|
font-weight: 500;
|
2021-02-05 17:01:37 +01:00
|
|
|
white-space: pre-wrap;
|
|
|
|
word-wrap: break-word;
|
2021-01-24 15:20:33 +01:00
|
|
|
}
|
2021-01-26 21:15:22 +01:00
|
|
|
[REPLACE_CLASS_toastcloseicon] {
|
|
|
|
display: none;
|
2021-01-27 18:14:10 +01:00
|
|
|
margin-left: 6px;
|
2021-01-26 21:15:22 +01:00
|
|
|
}
|
|
|
|
[REPLACE_CLASS_toast]:hover [REPLACE_CLASS_toastcloseicon] {
|
|
|
|
display: block;
|
|
|
|
}
|
2021-01-27 18:14:10 +01:00
|
|
|
[REPLACE_CLASS_toastbar] {
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
height: 4px;
|
|
|
|
background: black;
|
2021-01-29 12:36:02 +01:00
|
|
|
opacity: 0.3;
|
2021-01-27 18:14:10 +01:00
|
|
|
z-index: 3;
|
|
|
|
transition: all;
|
|
|
|
}
|
|
|
|
[REPLACE_CLASS_toastdefault] [REPLACE_CLASS_toastbar] {
|
|
|
|
background: var(--header-primary);
|
|
|
|
}
|
|
|
|
[REPLACE_CLASS_toastbar][REPLACE_CLASS_toastcustombar] {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
[REPLACE_CLASS_toastdefault] [REPLACE_CLASS_toastbg] {
|
2021-01-24 13:27:39 +01:00
|
|
|
background-color: var(--background-floating);
|
2021-01-27 18:14:10 +01:00
|
|
|
}
|
|
|
|
[REPLACE_CLASS_toastdefault] [REPLACE_CLASS_toastinner] {
|
2021-01-24 13:27:39 +01:00
|
|
|
color: var(--header-primary);
|
2020-10-15 21:56:54 +02:00
|
|
|
}
|
2021-01-27 18:14:10 +01:00
|
|
|
[REPLACE_CLASS_toastbrand] [REPLACE_CLASS_toastbg] {
|
2020-12-16 16:18:19 +01:00
|
|
|
background-color: var(--bdfdb-blurple);
|
2021-01-27 18:14:10 +01:00
|
|
|
}
|
|
|
|
[REPLACE_CLASS_toastbrand] [REPLACE_CLASS_toastinner] {
|
2020-10-08 19:53:49 +02:00
|
|
|
color: #FFF;
|
2020-09-10 10:19:12 +02:00
|
|
|
}
|
2021-01-27 18:14:10 +01:00
|
|
|
[REPLACE_CLASS_toastdanger] [REPLACE_CLASS_toastbg] {
|
2020-09-10 10:19:12 +02:00
|
|
|
background-color: #F04747;
|
2021-01-27 18:14:10 +01:00
|
|
|
}
|
|
|
|
[REPLACE_CLASS_toastdanger] [REPLACE_CLASS_toastinner] {
|
2020-10-08 19:53:49 +02:00
|
|
|
color: #FFF;
|
2020-09-10 10:19:12 +02:00
|
|
|
}
|
2021-01-27 18:14:10 +01:00
|
|
|
[REPLACE_CLASS_toastinfo] [REPLACE_CLASS_toastbg] {
|
2020-09-10 10:19:12 +02:00
|
|
|
background-color: #4A90E2;
|
2021-01-27 18:14:10 +01:00
|
|
|
}
|
|
|
|
[REPLACE_CLASS_toastinfo] [REPLACE_CLASS_toastinner] {
|
2020-10-08 19:53:49 +02:00
|
|
|
color: #FFF;
|
2020-09-10 10:19:12 +02:00
|
|
|
}
|
2021-01-27 18:14:10 +01:00
|
|
|
[REPLACE_CLASS_toastsuccess] [REPLACE_CLASS_toastbg] {
|
2020-09-10 10:19:12 +02:00
|
|
|
background-color: #43B581;
|
2021-01-27 18:14:10 +01:00
|
|
|
}
|
|
|
|
[REPLACE_CLASS_toastsuccess] [REPLACE_CLASS_toastinner] {
|
2020-10-08 19:53:49 +02:00
|
|
|
color: #FFF;
|
2020-09-10 10:19:12 +02:00
|
|
|
}
|
2021-01-27 18:14:10 +01:00
|
|
|
[REPLACE_CLASS_toastwarning] [REPLACE_CLASS_toastbg] {
|
2020-09-10 10:19:12 +02:00
|
|
|
background-color: #FFA600;
|
2021-01-24 16:10:42 +01:00
|
|
|
}
|
2021-01-27 18:14:10 +01:00
|
|
|
[REPLACE_CLASS_toastwarning] [REPLACE_CLASS_toastinner] {
|
|
|
|
color: #FFF;
|
2021-03-06 08:23:17 +01:00
|
|
|
}
|