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

Commit

Permalink
Update CSS for thumbs up/down. Fixes #34.
Browse files Browse the repository at this point in the history
  • Loading branch information
kbhomes committed Feb 27, 2014
1 parent d1e3fcc commit 44bf959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions google-music-mac/css/cocoa.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@
}

.song-row [data-col="rating"][data-rating="5"] {
background-position: -1934px -1417px;
background-position: -3834px -21px;
}

.song-row [data-col="rating"][data-rating="1"], .song-row [data-col="rating"][data-rating="2"] {
background-position: -1412px -580px;
background-position: -1164px -2125px;
}

.song-row .hover-button[data-id=play] {
Expand Down

0 comments on commit 44bf959

Please sign in to comment.