diff --git a/api.php b/api.php index c02b8ab..d281ebf 100644 --- a/api.php +++ b/api.php @@ -68,7 +68,7 @@ if (isset($_GET["url"])) { } if (!isset($video->formats)) { ?> -
+ Download
diff --git a/style.css b/style.css index ded1e38..0fa6326 100644 --- a/style.css +++ b/style.css @@ -174,10 +174,12 @@ margin-top:8px; font-size:24px; font-weight:800; cursor:pointer; - -webkit-transition: all 0.1s ease-in; - -moz-transition: all 0.1s ease-in; - -o-transition: all 0.1s ease-in; - } + -webkit-transition: all 0.1s ease-in; + -moz-transition: all 0.1s ease-in; + -o-transition: all 0.1s ease-in; + text-decoration:none; + display:inline-block; +} .downloadBtn:focus, .downloadBtn:hover