Admin/Joomla Grid Tooltips

10 views
Skip to first unread message

Steven Berkson

unread,
May 21, 2025, 3:44:40 AMMay 21
to joomla-de...@googlegroups.com
I'm using the built in Joomla search and grid tools for a front-end list. 

In using htmlhelper grid tools, normally the title property is a tooltip. The html is coming out the same on the front-end as on the admin side, but the tooltip behavior is not happening. The title just displays.

Any idea what I might be missing that is preventing the tooltip from working? Css or script included in the admin side?

Steven Berkson

Steven Berkson

unread,
May 21, 2025, 4:33:04 AMMay 21
to joomla-de...@googlegroups.com

Nevermind.

 

I found this CSS in the Atum template which was required.

 

[role="tooltip"]:not(.show) {
  z-index: 1070;
  color: #fff;
  text-align: start;
  background: #000;
  margin: .25em;
  padding: .5em;
  display: none;
  border-radius: .2rem !important;
}

:focus + [role="tooltip"], :hover + [role="tooltip"] {
  display: block;
  position: absolute;
}

--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to joomla-dev-gene...@googlegroups.com.
To view this discussion, visit https://groups.google.com/d/msgid/joomla-dev-general/SJ2PR22MB4167CEDF0C101CF70D30FCC9CB9EA%40SJ2PR22MB4167.namprd22.prod.outlook.com.

Reply all
Reply to author
Forward
0 new messages