最佳答案
我有一张“悬停桌”的桌子。默认的悬停颜色是白色/浅灰色。我怎样才能改变这种颜色?
I've tried overwriting the default by adding the following to my dominant style sheet
.table-hover tbody tr:hover > th {
background-color: #D1D119;
}
Unfortunately, the above does not work