This commit is contained in:
Mirco Wittrien 2019-02-12 23:53:00 +01:00
parent e1563e9584
commit b2e5bc7261
3 changed files with 21 additions and 13 deletions

View File

@ -718,8 +718,6 @@ img[src="/assets/bfffd518c76d3f6bc5e96eb52e4ae2cf.svg"],
.root-SR8cQa .buttonInvertedDefault-1UdvTn {
background: rgb(var(--vaccentcolor)) !important;
}
.result-3w1ZcL[style*="background-color"],
.button-2b6hmh:hover,
.button-2KyEfG:hover,
.wrapper-3JPufy button:hover,
@ -805,13 +803,6 @@ img[src="/assets/bfffd518c76d3f6bc5e96eb52e4ae2cf.svg"],
background: rgba(var(--vaccentcolor), calc(var(--vtransparencyalpha) * 3)) !important;
}
.result-3w1ZcL[style*="background-color: rgb(146, 154, 250)"] {
filter: brightness(125%);
}
.result-3w1ZcL[style*="background-color: rgb(179, 174, 255)"] {
filter: brightness(150%);
}
.guildIconExpired-2Qcq05 {
background-color: rgba(47,49,54,.6) !important;
}
@ -853,10 +844,6 @@ img[src="/assets/bfffd518c76d3f6bc5e96eb52e4ae2cf.svg"],
stroke: rgb(var(--vaccentcolor)) !important;
}
.result-3w1ZcL:hover:after {
box-shadow: inset 0 0 0 3px rgb(var(--vaccentcolor)), inset 0 0 0 4px #2f3136 !important;
}
.search-bar {
background: transparent !important;
border: none !important;

View File

@ -196,6 +196,24 @@
opacity: 0.7;
}
/* GIF MENU */
.searchSuggestion-2K8OBX:hover {
border-color: rgb(var(--vaccentcolor));
background-color: rgb(var(--vaccentcolor));
}
.result-3w1ZcL[style*="background-color"] {
background-color: rgb(var(--vaccentcolor));
}
.result-3w1ZcL[style*="background-color: rgb(146, 154, 250)"] {
filter: brightness(125%);
}
.result-3w1ZcL[style*="background-color: rgb(179, 174, 255)"] {
filter: brightness(150%);
}
.result-3w1ZcL:hover:after {
box-shadow: inset 0 0 0 3px rgb(var(--vaccentcolor)), inset 0 0 0 4px #2f3136 !important;
}
/* FONT */
[style^="color: rgb(114, 137, 218)"],
[style*=" color: rgb(114, 137, 218)"],
@ -206,6 +224,7 @@
.bda-slist .bda-footer a,
.tabBar-1E2ExX .primarySelected-3uHKZn,
.hasMore-3e72_v button,
.hasMore-sul95G button,
.announcingNitro-3Ptg6m,
.action-1lSjCi.create-3jownz .actionHeader-2CT5c7,
.title-2Dc-Cb,
@ -342,6 +361,7 @@
/* BORDER */
[style*="border-color: rgb(114, 137, 218)"],
.uploadModal-2ifh8j .inner-3nWsbo .file-34mY5K .icon-kyxXVr.image-2yrs5j,
.platform-iik236.active-iLSdWQ,
.emojiPicker-3m1S-j .item-16cXuq.selected-39BZ4S,
.imageSelected-4Kl81J,

View File

@ -59,6 +59,7 @@
}
#app-mount .uploadModal-2ifh8j .inner-3nWsbo .file-34mY5K .icon-kyxXVr.image-2yrs5j {
background-color: #2F3136;
border-color: rgb(var(--vaccentcolor));
}
#app-mount .uploadModal-2ifh8j .checked-3_4uQ9 {
background-color: rgb(var(--vaccentcolor));