I have a page with a grid and beneath it, a tab. I want to change the header column colors.
That grid is declared within a td at the top of the page. I declared a style within that td, setting .k-header to my new color and that grid does reflect that new color.
But now everything else below, even outside that td, also now has the new color, even the tab. When I open the modal window on that page, even the window is now using the new color.
I thought styles changes were local to the element they are in? If so, then why is this happening? If not, then what is the correct way to target a specific color to one specific grid?
That grid is declared within a td at the top of the page. I declared a style within that td, setting .k-header to my new color and that grid does reflect that new color.
But now everything else below, even outside that td, also now has the new color, even the tab. When I open the modal window on that page, even the window is now using the new color.
I thought styles changes were local to the element they are in? If so, then why is this happening? If not, then what is the correct way to target a specific color to one specific grid?