Skip to content

Commit

Permalink
new settings cog
Browse files Browse the repository at this point in the history
  • Loading branch information
wiedehopf committed Dec 8, 2020
1 parent d8d58a2 commit 8c39df7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added html/images/settings-icon01.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 html/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -486,8 +486,8 @@ select.error, textarea.error, input.error {
cursor: pointer;
margin-top: calc( 11px * var(--SCALE));
margin-bottom: calc( 11px * var(--SCALE));
background-image: url('images/settings-icon.png');
background-size: calc( 33px * var(--SCALE));
background-image: url('images/settings-icon01.png');
background-size: calc( 36px * var(--SCALE));
background-repeat: no-repeat;
background-position: center;
}
Expand Down

0 comments on commit 8c39df7

Please sign in to comment.