Add new button - Copy (copy trackname to clipboard), delete last.fm api, MsgBox

This commit is contained in:
santic-zombie
2020-04-05 17:06:47 +03:00
parent 9782e18724
commit c1bac8ba2a
8 changed files with 58 additions and 1268 deletions

16
css/msgbox.css Normal file
View File

@@ -0,0 +1,16 @@
#message-success{
position: fixed;
padding: 10px;
margin: 0px;
width: 299px;
top: 20px;
right: 20px;
text-align: center;
border-radius: 10px;
background-color: rgba(0, 0, 0, 0.7);
}
#jGrowl{
margin: 0 12px 0 12px;
right: 0px;
top: 0px;
}

View File

@@ -51,40 +51,6 @@ body {
}
.tagB {
width: 100%;
height: 20px;
border-radius: 0;
border: #f54e4e;
background-color: #fff;
color: #000;
transition: 0.5s ease all;
outline: none;
text-align: center;
margin-left: auto;
margin-right: auto
}
.tagC {
width: 100%;
height: 20px;
border-radius: 0;
border: #f54e4e;
background-color: #000;
color: #fff;
transition: 0.5s ease all;
outline: none;
cursor: pointer;
text-align: center;
margin-left: auto;
margin-right: auto
}
.tagC:hover {
color: #000;
background-color: #fff;
}
.tagD {
width: 100%;
//height: 20px;
border-radius: 0 0 5px 5px;
@@ -147,7 +113,7 @@ h1 {
}
.btn-wrap {
max-width: 250px;
//max-width: 250px;
margin: auto;
display: -webkit-flex;
display: -moz-flex;