Вопрос


I am using Jquery JTable.
I have trouble with the pagination.
The numbers on the selects "Go to Page" and "Row Count" are not correctly displayed.

http://it.tinypic.com/r/aadljm/8

enter image description here

How can I fix it? Thanks,Nk

Это было полезно?

Решение

If you are using bootstrap css, add:

<style>
    select {
        color:black !important;
    }
</style>
Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top