giving selected bg-coloring precedence over other bg-color classes using important

This commit is contained in:
Klaus Leithoff 2012-03-21 09:11:46 +00:00
parent 3abeb7c464
commit 4a261802e4

View File

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