Remove arrows on tooltips (only needed for sidebar, but found now way to limit this now)

This commit is contained in:
Bernd Bestel 2018-07-14 11:08:10 +02:00
parent 909949a9e1
commit e5a4d11c0b
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -161,3 +161,8 @@ td {
.date-only-datetimepicker .bootstrap-datetimepicker-widget.dropdown-menu {
width: auto !important;
}
/* Third party component customizations - Popper.js */
.tooltip .arrow {
display: none;
}