• Resolved genesis999

    (@genesis999)


    Hi
    I have a strange bug. With desktop chrome search box is background white and entry text is black (which is fine)
    When using the mobile phone seems to be black background for the search box.

    Have you the CSS label for this please?

    Thanks

    Gen

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    I’m not able to reproduce this. For me, the search field remains white even on a small screen or a phone. Can you please check on other devices as well?

    Regards,
    Tobias

    Thread Starter genesis999

    (@genesis999)

    I only have windows and android phone

    Is there a CSS option for the search box itself?

    I have the CSS or TEXT colour for the search box, but not the editbox itself

    .dataTables_wrapper select,
    .dataTables_wrapper input {
    color: #777777; <had to use a compromise between white and black background.
    }

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    the search box itself can usually be targetted with

    .dataTables_filter label input {
      ...
    }

    What happens with the field when you shrink your desktop browser’s window width?

    Regards,
    Tobias

    Thread Starter genesis999

    (@genesis999)

    Its the same, Background of edit box to search is black on mobile, but white on desktop

    Thread Starter genesis999

    (@genesis999)

    another addition
    please add check boxes at the top of the table, as we need to know the title of each column. :0)

    makes it hard to know what is what at the bottom to hide columns/

    Cheers

    Thread Starter genesis999

    (@genesis999)

    also is there away to display automatically alphanumeric order?

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    please post a screenshot. I still can’t reproduce this color problem 🙁

    Regarding the checkboxes: The “Edit” screen will soon be completely new, so that this will be easier 🙂

    For the alphanumeric order: I’m not sure that I understand. From what I can see, the table is already sorted correctly?

    Regards,
    Tobias

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘searchbox edit text css’ is closed to new replies.