webismymind / editablegrid

EditableGrid is an open source Javascript library aimed at turning HTML tables into advanced editable components. It focuses on simplicity: only a few lines of code are required to get your first table up and running.
http://www.editablegrid.net
Other
795 stars 272 forks source link

Change header row background color on hover and change table background color #179

Closed Samadhan1012 closed 7 years ago

Samadhan1012 commented 7 years ago

As when hover on th row, headers becomes faint, So how can I chnage hover background color.

Also I want to change background of table as when try to edit any cell text is not readable, being background and text having same color.

Samadhan1012 commented 7 years ago

I could changeth background color in style.css like: th{background:#2d2424; And in same file changed text color for tr on hover: tr:hover{background-color:#888888;color:black}