Theme for one table

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
mcvaidas
Posts: 26
Joined: 2019-04-14 17:45

Theme for one table

Post by mcvaidas » 2022-07-06 21:10

is it possible to change theme style for 1 table only (make all bigger not compact theme)?

mcvaidas
Posts: 26
Joined: 2019-04-14 17:45

Re: Theme for one table

Post by mcvaidas » 2022-07-17 01:09

answer is:
case 'tableview+detailview':
$header='<%%HEADER%%><style>body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.42857143;
color: #333;
background-color: #fff;
} .theme-compact .form-control, .theme-compact .input-group-addon {
font-size: 16px;
height: auto;
padding: 4px 6px;
}.theme-compact .dropdown-menu {
font-size: 24px;


} .theme-compact .btn-lg, .theme-compact .btn-group-lg > .btn {
font-size: 16px;
padding: 6px 15px;

}</style>';
break;

patsd102
Veteran Member
Posts: 142
Joined: 2013-01-15 19:59

Re: Theme for one table

Post by patsd102 » 2022-07-17 07:35

Thanks for sharing
23.17

Post Reply