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

Added playbar rating fill for rdiant theme #462

Merged
merged 1 commit into from
Dec 20, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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;
}