• Fabrik V4.4.1 is now available.

    This version corrects the Admin issue introduced by V4.4. V4.4.1 is available through the Joomla Updater or for download through your My Downloads area of our website.

    Turns out a code change intended for our 5.0dev branch inadvertantly got pushed to the 4.x branch (by me, duh!). The javascript structure in 5.0 will change considerably and part of that change took effect with the inadvertant code change.

    We have reverted the code change and released 4.4.1. V4.4 has been retracted.

    Sorry for any inconvenience.

  • A new version of Full Calendar is now available.

    See the details here

List pagination controls colours

In all my lists, the Pagination control has a white background and black text, except for the active item, which has a very dark blue background also with black text, so the text is unreadable. As far as I know (having removed some unintentional overrides) there are no CSS changes from default settings other than a few in user.css.

The debugger shows that “color:” is set in media/templates/site/cassiopeia/css/template.css to “var(--pagination-active-color)” (white), but that is then overridden by components/com_fabrik/views/list/tmpl/bootstrap/template.css.php which sets it to “inherit” for the .fabrikDataContainer <div>, the parent of which has “color:” set to black (with an !important tag). If the “color: inherit;” setting is disabled in the debugger, the text changes to white and is readable. Also, the inactive items text changes to green.

I am sure this cannot be a general problem, but cannot find anything I have done wrong; can anyone suggest a cause? Are the files being evaluated in the correct order and, if not, what controls the order?

Fabrik 4.0delta, Joomla 4.3.3, PHP 8.0.29.
 
You can remove this color option in template_css.php, I will remove it in the next release.
Or add
.fabrikDataContainer .pagination .active a {color: white;}
to Cassiopeia's user.css
 

Members online

No members online now.
Back
Top