Fixes
This commit is contained in:
parent
cc241da5cf
commit
5d9a8a1a3f
10 changed files with 54 additions and 43 deletions
27
www/css/themes/light.css
Normal file
27
www/css/themes/light.css
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
body {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
#ytapiplayer {
|
||||
background-color: #000000;
|
||||
}
|
||||
|
||||
#chatheader, #currenttitle, #userlist, #messagebuffer, #plmeta {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
footer {
|
||||
background-color: #eeeeee !important;
|
||||
}
|
||||
|
||||
.queue_entry {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.queue_active {
|
||||
background-color: #d9edf7;
|
||||
}
|
||||
|
||||
.profile-box, .user-dropdown {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue