Created
May 29, 2013 20:10
-
-
Save dt/5673444 to your computer and use it in GitHub Desktop.
kill the ugly rdio bar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.Canvas_Blur canvas { | |
display: none !important; | |
} | |
.Canvas_Blur { | |
background-color: #ffffff !important; | |
height: 91px; | |
} | |
.App_PlayerFooter { | |
height: 70px !important; | |
} | |
.bottom .text_metadata a, .bottom .no_track_text a, .bottom .time, .bottom .duration{ | |
color: #89949B !important; | |
} | |
.bottom { | |
height: 80px !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment