diff options
| author | Teddy Wing | 2013-11-10 05:11:32 -0500 |
|---|---|---|
| committer | Teddy Wing | 2013-11-10 05:11:32 -0500 |
| commit | 4c43e2c5785a5fd7cab85b19c62a0122cb60b3f0 (patch) | |
| tree | e71de51be5e725a7e7c91200d818a85dc816765f /index.html | |
| parent | 5cd1a609f386959f402078587fe3f4ffb692c70f (diff) | |
| download | clip-play-4c43e2c5785a5fd7cab85b19c62a0122cb60b3f0.tar.bz2 | |
Style the '+' URL button
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ <div id="add-sample"> <form action="" method="get"> <input type="text" class="url-input js-sample-url" placeholder="http://www.youtube.com/watch?v=_JGaQ3g8WU4" /> - <button type="button" class="js-create-sample">+</button> + <button type="button" class="button green large js-create-sample">+</button> </form> </div> |
