Custom style for tooltips

This commit is contained in:
Alexandre Iooss 2020-04-10 21:36:04 +02:00
parent 442ac51373
commit 57226a0733
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
1 changed files with 6 additions and 0 deletions

View File

@ -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 %}