mirror of
https://gitlab.crans.org/bde/nk20
synced 2024-11-26 18:37:12 +00:00
Make tooltips opaque again
This commit is contained in:
parent
45c8fdf1c1
commit
5c1e3dd0ca
@ -59,6 +59,9 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
.tooltip.show {
|
||||||
|
opacity: 1; /* opaque tooltip */
|
||||||
|
}
|
||||||
.tooltip-inner {
|
.tooltip-inner {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
|
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
|
||||||
|
Loading…
Reference in New Issue
Block a user