mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
giving selected bg-coloring precedence over other bg-color classes using important
This commit is contained in:
parent
3abeb7c464
commit
4a261802e4
@ -587,7 +587,7 @@ Preferences tabs
|
||||
}
|
||||
|
||||
.egwGridView_grid > tbody > tr.selected {
|
||||
background-color: #b7c3ff;
|
||||
background-color: #b7c3ff !important;
|
||||
}
|
||||
|
||||
tr.draggedOver td {
|
||||
|
Loading…
Reference in New Issue
Block a user