* 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:
Ralf Becker 2012-03-20 11:21:53 +00:00
parent cd2cc35b73
commit 986c733c33

View File

@ -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;
}