Skip to content

Commit

Permalink
* Mail: Fix "Show All Addresses" does not show plus icon (happens onl…
Browse files Browse the repository at this point in the history
…y in 16.1-compat because of missing icon)
  • Loading branch information
hnategh committed Jan 24, 2017
1 parent be82282 commit 63c93d8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/templates/default/etemplate2.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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 {
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 63c93d8

Please sign in to comment.