Created
May 30, 2013 22:44
-
-
Save dealingwith/5681859 to your computer and use it in GitHub Desktop.
Undo the tweaked out Rdio designer's recent updates as best as I could
This file contains hidden or 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; | |
} | |
.details * { | |
color: #404040 !important; | |
} | |
.bottom { | |
background: #999 !important; | |
} | |
.art_shield { | |
display: none !important; | |
} | |
.App_PlayerFooter { | |
background-image: none !important; | |
background: #ffffff !important; | |
} | |
.art { | |
box-shadow: none !important; | |
-webkit-box-shadow: none !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment