This commit is contained in:
Mirco Wittrien 2021-01-09 16:30:36 +01:00
parent f78ef30ba1
commit c130273ce0
2 changed files with 8 additions and 7 deletions

View File

@ -898,9 +898,16 @@ img:not([src]), img[src=""], img[src="null"] {
padding-top: 4px;
}
[REPLACE_CLASS_tooltip][REPLACE_CLASS_tooltipcustom],
[REPLACE_CLASS_tooltiplistitem][REPLACE_CLASS_tooltipcustom] {
color: #FFF;
}
[REPLACE_CLASS_tooltip][REPLACE_CLASS_tooltipcustom] [REPLACE_CLASS_tooltippointer] {
border-top-color: inherit !important;
}
[REPLACE_CLASS_tooltiplistitem][REPLACE_CLASS_tooltipcustom] [REPLACE_CLASS_tooltipguildnametext] {
color: inherit;
}
[REPLACE_CLASS_tooltiprowextra]:empty {
display: none;

View File

@ -232,16 +232,10 @@ svg [fill="#4F545C"] {
}
#app-mount .tooltip-3oByQd,
#app-mount .tooltip-1_vJJI,
#app-mount .tooltipBlack-PPG47z,
#app-mount .tooltipGrey-1hnvTt {
#app-mount .tooltip-1_vJJI {
background-color: var(--background-floating);
color: var(--header-primary);
}
#app-mount .tooltipBlack-PPG47z .tooltipPointer-3ZfirK,
#app-mount .tooltipGrey-1hnvTt .tooltipPointer-3ZfirK {
border-top-color: var(--background-floating);
}
#app-mount .tooltipPointer-22Q7m0,
#app-mount .tooltipPointer-1awMxk {
border-right-color: var(--background-floating);