Skip to content

Commit

Permalink
changed icons
Browse files Browse the repository at this point in the history
  • Loading branch information
ReDEnergy committed Dec 25, 2019
1 parent 2623725 commit 5fcbe3e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
Binary file added data/images/icons_v2/menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/icons_v2/more.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions dev/css/session-header-bar.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@
#session-sync .header-bar .header-menu {
width: 1.8em;
height: 1.8em;
background-image: url("images/menu.png");
background-size: 55%;
background-image: url("images/icons_v2/menu.png");
background-size: 75% 80%;
background-repeat: no-repeat;
background-position: center center;
border: 1px solid rgba(0, 0, 0, 0);
Expand Down
4 changes: 4 additions & 0 deletions dev/css/session-toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,10 @@
background: url("images/icons/tools.png") no-repeat center;
}

#session-sync .session-toolbar .menu-bar .customize-toolbar {
background: url("images/icons_v2/more.png") no-repeat center;
}

/*
* Menu state
*/
Expand Down

0 comments on commit 5fcbe3e

Please sign in to comment.