giving selected bg-coloring precedence over other bg-color classes usingimportant

This commit is contained in:
Klaus Leithoff 2012-03-20 17:11:13 +00:00
parent c7b52a8928
commit fdc48b3a4c

View File

@ -587,7 +587,7 @@ Preferences tabs
}
.egwGridView_grid > tbody > tr.selected {
background-color: #b7c3ff;
background-color: #b7c3ff !important;
}
tr.draggedOver td {