🐛 Re: #205 - Fixes tooltip for config menu
This commit is contained in:
@@ -88,4 +88,32 @@ html {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Overriding styles for tooltip component */
|
||||||
|
.tooltip {
|
||||||
|
background: var(--description-tooltip-background);
|
||||||
|
border: 1px solid var(--description-tooltip-color);
|
||||||
|
border-radius: var(--curve-factor-small);
|
||||||
|
color: var(--description-tooltip-color);
|
||||||
|
padding: 0.2rem 0.5rem;
|
||||||
|
max-width: 250px;
|
||||||
|
z-index: 5;
|
||||||
|
}
|
||||||
|
.tooltip-arrow {
|
||||||
|
border-width: 5px 5px 0 5px;
|
||||||
|
border-color: var(--description-tooltip-color);
|
||||||
|
border-left-color: transparent!important;
|
||||||
|
border-right-color: transparent!important;
|
||||||
|
border-bottom-color: transparent!important;
|
||||||
|
bottom: -11px;
|
||||||
|
left: calc(50% - 5px);
|
||||||
|
margin-top: 0;
|
||||||
|
margin-bottom: 0;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border-style: solid;
|
||||||
|
position: absolute;
|
||||||
|
margin: 5px;
|
||||||
|
z-index: 3;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user