johnonorvic
Member
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.
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.