Add new button - Copy (copy trackname to clipboard), delete last.fm api, MsgBox
This commit is contained in:
16
css/msgbox.css
Normal file
16
css/msgbox.css
Normal 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;
|
||||
}
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user