Page 1 of 1

p-table paginator styling

Posted: 15 Jan 2019, 20:52
by iamnajmi
How can I style the p-table paginator active page background color? when i use the ui-paginator-page class, it styles all the page background colors. I want only the current selected page

Re: p-table paginator styling

Posted: 16 Jan 2019, 09:33
by yigitfindikli
You can try

Code: Select all

.ui-paginator-pages .ui-state-active {
background-color:red;
}

Re: p-table paginator styling

Posted: 17 Jan 2019, 14:27
by iamnajmi
Many thanks.. It works

Re: p-table paginator styling

Posted: 18 Jan 2019, 16:15
by yigitfindikli
Glad to hear!