X-Git-Url: https://git.rvb.name/mpd-lua.git/blobdiff_plain/58b2d1c3e2c20aaa5d177dc3f60f876534aba55f..bf3bf92221cb7c06bcd93683db53b54b28ec31b5:/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 +} +