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

Commit

Permalink
Merge pull request #462 from chrismou/bug/rdiant-ratings
Browse files Browse the repository at this point in the history
Added playbar rating fill for rdiant theme
  • Loading branch information
chrismou committed Dec 20, 2015
2 parents e7310bb + d568751 commit 1bfe5ed
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This file should follow the standards specified on [keepachangelog.com](http://k
This project adheres to [Semantic Versioning](http://semver.org/).

## [unreleased]
### Fixed
* Applied ratings button fill fix ([#436](https://github.com/radiant-player/radiant-player-mac/pull/436)) to Rdiant theme ([#462](https://github.com/radiant-player/radiant-player-mac/pull/462))

## [1.6.0] - 2015-12-19
### Added
Expand Down
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 1bfe5ed

Please sign in to comment.