File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -197,17 +197,17 @@ If you want to change the default row and alternating row backgrounds to match y
197
197
background-color: red;
198
198
}
199
199
200
- .custom-row-colors .k-grid-table .k-table-row.k-master-row:hover {
201
- background-color: pink;
202
- }
200
+ .custom-row-colors .k-grid-table .k-table-row.k-master-row:hover {
201
+ background-color: pink;
202
+ }
203
203
204
- .custom-row-colors .k-grid-table .k-master-row.k- alt {
205
- background-color: green;
206
- }
204
+ .custom-row-colors .k-grid-table .k-table- alt-row {
205
+ background-color: green;
206
+ }
207
207
208
- .custom-row-colors .k-grid-table .k-master -row.k-alt:hover {
209
- background-color: cyan;
210
- }
208
+ .custom-row-colors .k-grid-table .k-table -row.k-table- alt-row :hover {
209
+ background-color: cyan;
210
+ }
211
211
</style>
212
212
213
213
<TelerikGrid Data="@MyData" Height="400px" Class="custom-row-colors"
You can’t perform that action at this time.
0 commit comments