Page 1 of 1

Theme for one table

Posted: 2022-07-06 21:10
by mcvaidas
is it possible to change theme style for 1 table only (make all bigger not compact theme)?

Re: Theme for one table

Posted: 2022-07-17 01:09
by mcvaidas
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;

Re: Theme for one table

Posted: 2022-07-17 07:35
by patsd102
Thanks for sharing