• Resolved aaronkine

    (@aaronkin)


    I cannot get this to work. I would like the focus cell to be highlighted with css. Example td:focus {border:1px solid #333}. If I manually add the class “focus” to a td with ‘inspect element’ it will hightlight that cell with styling.

    When i click on a cell or use the Tab Key I would like to style the cell with css. I’ve tried adding my own jQuery to addClass(focus) but that does nothing. ALso tried many different shortcodes: datatables_keys=”true” class=”KeyTable” I’ve also set the TabIndex: datatables_tab_index=”1″.

    Not sure what else to do?
    https://nprnsb.org/grant-tracker/

Viewing 1 replies (of 1 total)
  • Plugin Author Meitar

    (@meitar)

    This sounds like a CSS cascade issue, and you’re already on the right track: customizing your theme’s CSS style rules. I don’t provide help with custom styles on these forums, though. You’re probably better off finding a CSS help forum or chatroom and asking there. Good luck!

Viewing 1 replies (of 1 total)
  • The topic ‘Focus cell custom styling (KeyTable)’ is closed to new replies.