(06-18-2018, 10:16 PM)Tim Curtis Wrote: I think just adding some padding around the ellipsis button to expand the hit zone should do the trick. If you make the change below then you will need to toggle the Accent color in Customize to reload the updated panels.css.
/var/www/themes/alizarin/panels.css
.lib-action .btn {
.
.
.
padding:4px 15px;
}
Having the entire line be clickable requires some other code modifications to correctly position the menu. New menu positioning is in the works but might not make it into the next release.
-Tim
Hi Tim,
I like it!
I guess you can make this work for exactly the whole line by using:
Code:
padding: 4px 6px 4px 98%;
for me this is now getting me exactly the complete line as clickable.
thanks,
Hendrik-Jan