mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
* InfoLog: icons to visualise entry has a parent or subs, using these icons (arrow left or up) in context-menu too
This commit is contained in:
parent
cd2cc35b73
commit
986c733c33
@ -581,12 +581,12 @@ Preferences tabs
|
||||
height: 19px;
|
||||
}
|
||||
|
||||
.egwGridView_grid > tbody > tr.focused > td {
|
||||
.egwGridView_grid > tbody > tr.focused {
|
||||
background-image: url(../../default/images/egw_action/focused_hatching.png);
|
||||
background-repeat: repeat;
|
||||
}
|
||||
|
||||
.egwGridView_grid > tbody > tr.selected > td {
|
||||
.egwGridView_grid > tbody > tr.selected {
|
||||
background-color: #b7c3ff;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user