Master/details title style

Caloo

Member
Hi,

Master/details is a great feature and I use it greatly, however I would like to change the style of the title displayed before the grid, to have it more visible.
Can I do it in a css file and what parameter is to modify ?

Thank you
Pascal




You are using DaDaBIK version 10.3-Manarola pro, installed on 05/09/2020 (installation code: 0),
PHP Version: 5.6.30
mysql version: 5.7.17
Web server: Apache/2.4.25 (Win32) PHP/5.6.30
Client: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0
URL installation: http://127.0.0.1:8080/edsa-Instits45-1900/
 

eugenio

Administrator
Staff member
Hello,
at the moment there isn't any class for these titles but yes, you are right, we should add one.
It's a very simple thing I can do for the next release of DaDaBIK.

Best,
 

eugenio

Administrator
Staff member
It has been added in version 10.4 as promised. The class is title_items_master_details.

Best,
 

eugenio

Administrator
Staff member
It's a css class, you can add your styles in css/styles_screen_custom.php

e.g.

.title_items_master_details {
color:red;
}

to make it red.

Best,
 

eugenio

Administrator
Staff member
No, it is not possible, it's the name (dadabik alias) you choose for that table.
 
Top