mirror of
https://github.com/Lissy93/dashy.git
synced 2025-04-08 17:06:18 +02:00
🐛 Re: #205 - Fixes tooltip for config menu
This commit is contained in:
parent
cd75aeba13
commit
ab47690a01
@ -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;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user