Hello, I want to change the size of the text of the ui-table, use the ui-template, with the code.in firefox.
<style>
.tabulator{
font-size:24px;
}
</style>
but it does not work.
Hello, I want to change the size of the text of the ui-table, use the ui-template, with the code.in firefox.
<style>
.tabulator{
font-size:24px;
}
</style>
but it does not work.
with the style in ui-template set to be added to site head
and with css keyword !important

yes is work, thanks so much