Skip to content
Snippets Groups Projects
Unverified Commit 57226a07 authored by me5na7qbjqbrp's avatar me5na7qbjqbrp
Browse files

Custom style for tooltips

parent 442ac513
No related branches found
No related tags found
2 merge requests!77Some front,!76Transfer front
Pipeline #8133 passed with stages
in 4 minutes and 2 seconds
......@@ -58,6 +58,12 @@ SPDX-License-Identifier: GPL-3.0-or-later
cursor: pointer;
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>
{% block extracss %}{% endblock %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment