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

Commit

Permalink
Added playbar rating fill for rdiant theme
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismou committed Dec 19, 2015
1 parent e7310bb commit f209a51
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions radiant-player-mac/css/rdiant.css
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,14 @@ background: #018fd5!important;
paper-header-panel#content-container.transparent #material-app-bar {
background-color: rgba(1, 143, 213, 0.4)!important;
}

/* 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;
}

0 comments on commit f209a51

Please sign in to comment.