Feature request: Please add more css classes to the index pages to allow for easier customisation #1127
adam-jones-net
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
On any module's index page ideally the core table would have an identifiable class for the module being used, for example class="index-table-banks" if the module was App\Models\Banks.
Ideally each TD would then also have a class for the column name as defined in the modules controller file, for example class="index-td-banks-title" in the case of the standard title field.
This stems from me wanting an easy way to add custom CSS to control the size of fonts in specific table columns that show quite a lot of content, hence I want to shrink the type down a point or two. Naturally this needs doing to a specific column on a specific module. Having such CSS classes would really aid in this making it just a few seconds work to complete the job.
Beta Was this translation helpful? Give feedback.
All reactions