diff --git a/themes/default/css/template2.css b/themes/default/css/template2.css index cdac6a295..3573d6b97 100644 --- a/themes/default/css/template2.css +++ b/themes/default/css/template2.css @@ -427,6 +427,15 @@ input[type="checkbox"] { border: none; } +.checkbox { + pointer-events: none; + } + + .checkbox > input[type="checkbox"] { + pointer-events: auto; + } + + .grid-view .dataTables_paginate { display: flex !important; } @@ -469,4 +478,5 @@ input[type="checkbox"] { .grid-view .dataTables_paginate span { display: flex !important; -} \ No newline at end of file +} +