X-Git-Url: https://git.rvb.name/mpd-lua.git/blobdiff_plain/b12b118f634647454e110084173fefbb659419cc..759671cb4bae0c5a209dc4406f5e5c3b46316375:/mpd.css diff --git a/mpd.css b/mpd.css index 597f527..27e2150 100644 --- a/mpd.css +++ b/mpd.css @@ -33,6 +33,24 @@ button } .button +{ + cursor: pointer; + width: 30px; +} + +.medium-button +{ + cursor: pointer; + width: 20px; +} + +.small-button +{ + cursor: pointer; + width: 15px; +} + +.link { cursor: pointer; } @@ -191,4 +209,5 @@ button #credits { font-size: 0.6em; background-color: Black; -} \ No newline at end of file +} +