mirror of
https://github.com/grocy/grocy.git
synced 2025-08-13 01:06:23 +00:00
Remove arrows on tooltips (only needed for sidebar, but found now way to limit this now)
This commit is contained in:
@@ -161,3 +161,8 @@ td {
|
|||||||
.date-only-datetimepicker .bootstrap-datetimepicker-widget.dropdown-menu {
|
.date-only-datetimepicker .bootstrap-datetimepicker-widget.dropdown-menu {
|
||||||
width: auto !important;
|
width: auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Third party component customizations - Popper.js */
|
||||||
|
.tooltip .arrow {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user