Skip to content

Commit

Permalink
Bug 1126286: update screenshare icon in conversation view toolbar. r=…
Browse files Browse the repository at this point in the history
…Standard8
  • Loading branch information
mikedeboer committed Feb 11, 2015
1 parent 1a1690e commit 32e9c3f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 5 deletions.
4 changes: 3 additions & 1 deletion browser/components/loop/content/shared/css/conversation.css
Expand Up @@ -209,10 +209,12 @@
/* Screen share button */
.btn-screen-share {
/* XXX Replace this with the real button: bug 1126286 */
background-image: url(../img/video-inverse-14x14.png);
background-image: url(../img/icons-16x16.svg#screen-white);
background-size: 16px 16px;
}

.btn-screen-share.active {
background-image: url(../img/icons-16x16.svg#screenmute-white);
background-color: #6CB23E;
opacity: 1;
}
Expand Down
27 changes: 23 additions & 4 deletions browser/components/loop/content/shared/img/icons-16x16.svg
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 32e9c3f

Please sign in to comment.