diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-07-11 17:29:41 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-07-11 17:29:41 -0400 |
| commit | 1826bed806b079c6e44703a4e5f424b7aed7bd96 (patch) | |
| tree | b656853c94b105de05410995f2204bb7a1d6d352 /public/assets/stylesheets/app.css | |
| parent | 9a2cfe7da6808a04b7c668075e9e9598ddb5ae04 (diff) | |
play button
Diffstat (limited to 'public/assets/stylesheets/app.css')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 7389810..4296223 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -1220,6 +1220,26 @@ input[type="range"]::-webkit-slider-thumb { padding-right: 5px; } +.setting .play { + color: white; + background: black; + border-radius: 50px; + padding: 6px 7px 5px; + cursor: pointer; +} +.setting .play .icon-play { + display: inline; +} +.setting .play.playing .icon-play { + display: none; +} +.setting .play .icon-pause { + display: none; +} +.setting .play.playing .icon-pause { + display: inline; +} + button { padding: 8px; border: 1px solid; |
