Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #11494 from pivanov/bug-904013
Browse files Browse the repository at this point in the history
Bug 904013 - [Contacts] Replace "+" Icon in contacts for 1x, 1.5x and 2x r=samjoch

(cherry picked from commit 979b5e5)

Conflicts:
	apps/communications/contacts/style/app.css
  • Loading branch information
samjoch committed Aug 20, 2013
1 parent 327af3e commit dc09f6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/communications/contacts/style/app.css
Expand Up @@ -474,7 +474,8 @@ li button.icon-fb-profile:before {
}

li button.icon-add:before {
background: url(/contacts/style/gphx/bitmap/default/buttons/plus_sign.png) no-repeat center center / 2.8rem;
background-image: url(/contacts/style/gphx/bitmap/default/buttons/plus_sign.png);
background-size: auto;
}


Expand Down

0 comments on commit dc09f6f

Please sign in to comment.