input search css color
-
hi,
thank you for your great plugin,i have a problem in css i can’t find where to change the color of “inpt box hover” and “tablepress-id_length” where we can choose number of rows to display
i aready changed header and pagination color from “blue” to another color but whene i press tyhe two inputs i have the blue color which is not awsome
.tablepress .sorting_asc,
.tablepress .sorting_desc {
background-color: #ddcf74;
}.paginate_button:after,
.paginate_button:before {
color: #ddcf74;
}.paginate_button:hover:after,
.paginate_button:hover:before {
color: #c7b018;
}.paginate_button.disabled:after,
.paginate_button.disabled:before {
color: #f9f9f9;
}.tablepress thead th,
.tablepress tfoot th {
background-color: #ddcf74;
}.tablepress thead .sorting_asc,
.tablepress thead .sorting_desc,
.tablepress thead .sorting:hover {
background-color: #c7b018;
}
- The topic ‘input search css color’ is closed to new replies.