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 #543 from radiant-player/fix/gpm-update
Browse files Browse the repository at this point in the history
gpm update tweaks; rdiant theme styling bug
  • Loading branch information
chrismou committed Apr 13, 2016
2 parents 5dee19b + 68edb0b commit 1c31f95
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 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
* Styling fixes for Google's latest update ([#543](https://github.com/radiant-player/radiant-player-mac/pull/543))

## [1.8.2] - 2016-04-04
### Fixed
Expand Down
4 changes: 2 additions & 2 deletions radiant-player-mac/Popup/PlaybackSliderCell.m
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ - (void) drawWithFrame: (NSRect)cellFrame inView: (NSView*)controlView {

- (NSColor *)accentColor
{
// Play music orange RGB: 237/108/31
return [NSColor colorWithDeviceRed:(237/255.0f) green:(108/255.0f) blue:(31/255.0f) alpha:1.0];
// Play music orange RGB: 255/76/29
return [NSColor colorWithDeviceRed:(255/255.0f) green:(76/255.0f) blue:(29/255.0f) alpha:1.0];
}

@end
4 changes: 2 additions & 2 deletions radiant-player-mac/css/dark-cyan.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ paper-slider#sliderBar paper-ripple.paper-slider,
color: #039cac!important;
}

explicit,
.explicit,
.music-source-list::-webkit-scrollbar-thumb,
sj-paper-button.material-primary, paper-button.material-primary,
button.primary,
Expand All @@ -49,7 +49,7 @@ paper-checkbox #checkbox.checked,
paper-slider #sliderBar #activeProgress,
paper-slider#material-player-progress #sliderContainer.disabled #sliderBar #activeProgress,
#sliderKnobInner.paper-slider,
paper-progress.paper-slider #primaryProgress.paper-progress,
#primaryProgress.paper-progress,
.material-drag .song-drag-label,
.material-transfer-radial-upload-overlay, .material-transfer-radial-download-overlay, .material-transfer-radial-processing-overlay,
#current-loading-progress,
Expand Down
2 changes: 1 addition & 1 deletion radiant-player-mac/css/rdiant.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ paper-checkbox #checkbox.checked,
paper-slider #sliderBar #activeProgress,
paper-slider#material-player-progress #sliderContainer.disabled #sliderBar #activeProgress,
#sliderKnobInner.paper-slider,
paper-progress.paper-slider #primaryProgress.paper-progress,
#primaryProgress.paper-progress,
.material-drag .song-drag-label,
.material-transfer-radial-upload-overlay, .material-transfer-radial-download-overlay, .material-transfer-radial-processing-overlay,
#current-loading-progress {
Expand Down

0 comments on commit 1c31f95

Please sign in to comment.