I am using AngularJS and Bootsrtrap in my code. I am using this library for pagination for tables in it. It says here that I can style it with bootstrap, and I wanted to change color of selected number to orange.
Class of that field is active in CSS, and I tried to override its style in my css, but nothing changed. I used this CSS:
.active {
background-color: #FFC773;
}
Can anyone help me solve this?
