mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 14:28:45 +01:00
giving selected bg-coloring precedence over other bg-color classes usingimportant
This commit is contained in:
parent
c7b52a8928
commit
fdc48b3a4c
@ -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