user127202
0
Q:

css important override

td {height: 50px !important;}
0
/* Override CSS with existing !important rule */
$(document).ready(function() {
    $('#ID').attr('style', 'background: #095540 !important;');
});
0

New to Communities?

Join the community