mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Fix missing indicator (arrow) when infolog has a parent
This commit is contained in:
parent
8fe08f2f8d
commit
ffa032356f
@ -38,7 +38,7 @@ table.infolog_fullWidth { width: 100%; }
|
||||
}
|
||||
|
||||
tr.infolog_rowHasParent > td:first-child {
|
||||
background-image: url(../../../phpgwapi/templates/default/images/egw_action/arrow_up.png);
|
||||
background-image: url(../../../api/templates/default/images/egw_action/arrow_up.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 6px -2px;
|
||||
}
|
||||
|
@ -107,7 +107,7 @@ table.infolog_fullWidth {
|
||||
margin-left: 2px;
|
||||
}
|
||||
tr.infolog_rowHasParent > td:first-child {
|
||||
background-image: url(../../../phpgwapi/templates/default/images/egw_action/arrow_up.png);
|
||||
background-image: url(../../../api/templates/default/images/egw_action/arrow_up.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 6px -2px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user