* Mail: Fix "Show All Addresses" does not show plus icon (happens only in 16.1-compat because of missing icon)

This commit is contained in:
Hadi Nategh 2017-01-24 10:08:38 +01:00
parent e26ea93f64
commit 389f00dead
3 changed files with 2 additions and 2 deletions

View File

@ -1068,7 +1068,7 @@ ul.et2_link_string {
background-color: white;
background-repeat: no-repeat;
background-position: center center;
background-image: url("../../../phpgwapi/templates/default/images/foldertree_nolines_minus.gif");
background-image: url("../../../api/templates/default/images/foldertree_nolines_minus.gif");
}
.et2_taglist_toggle div.ms-ctn {
padding:0;
@ -1078,7 +1078,7 @@ ul.et2_link_string {
display: none;
}
.et2_taglist_toggle.et2_taglist_single.expanded > div.toggle {
background-image: url("../../../phpgwapi/templates/default/images/foldertree_nolines_plus.gif");
background-image: url("../../../api/templates/default/images/foldertree_nolines_plus.gif");
display: block;
}
.et2_taglist_toggle:not(.et2_taglist_single) .ms-trigger {

Binary file not shown.

After

Width:  |  Height:  |  Size: 861 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 870 B