I want to change the color of the row in a extjs-3.1 grid from default to "dark red", When i either hover my mouse on row or i select a row , Please help.
.x-grid3-row-selected { background-color:red !important; }
This will change the selected color to red.
2.1m questions
2.1m answers
60 comments
57.0k users