1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Added page to manually scrobble

This commit is contained in:
Krateng
2019-05-14 12:50:31 +02:00
parent 9b8e7c65f1
commit 8b0904e589
3 changed files with 230 additions and 0 deletions

View File

@@ -290,6 +290,18 @@ input#apikey {
padding:2px;
}
input.simpleinput {
font-family:'Ubuntu';
color:beige;
outline:none;
border-top: 0px solid;
border-left: 0px solid;
border-right: 0px solid;
padding:2px;
background-color:inherit;
border-bottom: 1px solid beige;
}
a {
cursor:pointer;