Replies: 2 comments
-
Dean, Try turning off the rowHoverHighlight flag in ktl.core.setCfg function, under the section enabled. You can also disable inlineEditColor. It could be a combination of both that cause your issue. Norm |
Beta Was this translation helpful? Give feedback.
0 replies
-
Worked great thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed this code in the system:
.ktlTable--rowHover tbody tr:hover {
background-color: rgb(255, 128, 128, 0.2) !important;
transition: background-color .2s ease-out;
}
If I want to change the color scheme do we have to over-ride with custom CSS? Was this color added for a purpose or can it be changed? I have some CSS that is conflicting and in some rows where I have white fonts that look washed out as it changed the background color to a light pink.
Beta Was this translation helpful? Give feedback.
All reactions