diff --git a/assets/css/style.css b/assets/css/style.css index ba83cfc..d4b2f0b 100755 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -651,10 +651,10 @@ input[type="text"], input[type="email"], input[type="password"], select { text-decoration: none; } -.download-song-btn:hover, .download-song-btn:focus { +.download-song-btn:hover, .download-song-btn:focus, .copy-btn:hover, .copy-btn:focus { color: #fff; background: #D2323D; - border-color: #fff; + border: 1px solid #fff; } .copy-btn {