How to change hover row color for ui.table? #4387
-
QuestionThe default cover seems grey, how to change it when using ui.table? |
Beta Was this translation helpful? Give feedback.
Answered by
falkoschindler
Feb 25, 2025
Replies: 1 comment 3 replies
-
Hi @tz301, You can add some custom CSS to change the hover color: ui.add_css('''
.q-table tbody tr:hover {
background-color: #0088ff11 !important;
}
''') |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sure, you can address individual elements with custom classes: