mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-15 16:19:28 +01:00
Big Update: Automatic updating, Show what albums/songs you already have, Config fixes, Fixed restart & shutdown buttons
This commit is contained in:
@@ -89,6 +89,9 @@ h1{
|
||||
.bigtext{
|
||||
font-size: 22px;
|
||||
}
|
||||
.updatebar{
|
||||
text-align: center;
|
||||
}
|
||||
a:link {
|
||||
color: #5E2612;
|
||||
text-decoration: none;
|
||||
@@ -121,4 +124,17 @@ a.green {
|
||||
a.externalred {
|
||||
color: red;
|
||||
font-size:12px;
|
||||
}
|
||||
}
|
||||
div.progress-container {
|
||||
border: 1px solid #ccc;
|
||||
width: 100px;
|
||||
margin: 2px 5px 2px 0;
|
||||
padding: 1px;
|
||||
float: left;
|
||||
background: white;
|
||||
}
|
||||
|
||||
div.progress-container > div {
|
||||
background-color: #ACE97C;
|
||||
height: 12px
|
||||
}
|
||||
Reference in New Issue
Block a user