mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-19 21:33:41 -05:00
prettier tooltips
This commit is contained in:
parent
db08a58400
commit
67f4d17864
1 changed files with 4 additions and 1 deletions
|
@ -60,9 +60,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip-inner {
|
.tooltip-inner {
|
||||||
border: 1px solid var(--bs-primary-bg-subtle);
|
border: 1px solid color-mix(in srgb, var(--bs-primary) 35%, transparent);
|
||||||
box-shadow: var(--bs-box-shadow);
|
box-shadow: var(--bs-box-shadow);
|
||||||
}
|
}
|
||||||
|
.tooltip-arrow {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
.text-primary {
|
.text-primary {
|
||||||
color: var(--bs-primary) !important;
|
color: var(--bs-primary) !important;
|
||||||
|
|
Loading…
Add table
Reference in a new issue