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

Commit

Permalink
status bar rating buttons fill fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismou committed Dec 13, 2015
1 parent 4fc4f9f commit 50e5386
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
13 changes: 12 additions & 1 deletion radiant-player-mac/css/google.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,15 @@

#nav-container #dropShadow {
display: none;
}
}

/* Fill to highlight thumbed up/down track in status bar */
paper-icon-button[aria-label="Undo thumb-up"] iron-icon {
background: url('https://radiant-player-mac/images/sprites.png') no-repeat -276px -235px;
background-size: 763px 360px;
}

paper-icon-button[aria-label="Undo thumb-down"] iron-icon {
background: url('https://radiant-player-mac/images/sprites.png') no-repeat -165px -323px;
background-size: 763px 360px;
}
22 changes: 22 additions & 0 deletions radiant-player-mac/css/spotify-black.css
Original file line number Diff line number Diff line change
Expand Up @@ -558,3 +558,25 @@ div.simple-dialog-bg {
background-color: #000;
border: 0.25em solid #222326;
}

/* Fill to highlight thumbed up/down track in status bar */
paper-icon-button[aria-label="Undo thumb-up"] iron-icon {
background: url('https://radiant-player-mac/images/sprites.png') no-repeat -310px -315px;
background-size: 763px 360px;
}

paper-icon-button[aria-label="Undo thumb-down"] iron-icon {
background: url('https://radiant-player-mac/images/sprites.png') no-repeat -344px -209px;
background-size: 763px 360px;
}

/* Hidden SVG & replaced icon */
/*
paper-icon-button[aria-label="Undo thumb-up"] iron-icon {
background: url('https://radiant-player-mac/sprites-inverted.png') no-repeat -334px -348px;
background-size: 820px 395px;
}
paper-icon-button[aria-label="Thumb-up"] iron-icon svg {
display: none!important;
}
*/
Binary file added radiant-player-mac/images/sprites.png
Loading
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 50e5386

Please sign in to comment.