mirror of https://gitlab.crans.org/bde/nk20
Custom style for tooltips
This commit is contained in:
parent
442ac51373
commit
57226a0733
|
@ -58,6 +58,12 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
.tooltip-inner {
|
||||||
|
background-color: #fff;
|
||||||
|
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
|
||||||
|
border: 1px solid #000;
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
{% block extracss %}{% endblock %}
|
{% block extracss %}{% endblock %}
|
||||||
|
|
Loading…
Reference in New Issue