diff --git a/core/templates/base.html b/core/templates/base.html index 1982d22..cfdddc7 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -95,12 +95,20 @@ border-bottom: 3px solid grey; } - /* @media screen and (min-width: 500px) { - .datetimepicker-wrapper { - position: absolute; - z-index: 100; - } - } */ + .tooltiptext { + visibility: hidden; + background-color: black; + color: #fff; + text-align: center; + padding: 5px 0; + border-radius: 6px; + position: absolute; + z-index: 1; + } + + .rounded-tooltip:hover .tooltiptext { + visibility: visible; + }
diff --git a/core/templates/ui/drilldown/drilldown.html b/core/templates/ui/drilldown/drilldown.html index eb2a3ea..676d58b 100644 --- a/core/templates/ui/drilldown/drilldown.html +++ b/core/templates/ui/drilldown/drilldown.html @@ -136,16 +136,23 @@