sync/www/css/themes/light.css

28 lines
406 B
CSS
Raw Normal View History

2014-01-25 19:49:34 +00:00
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;
}
2014-01-25 19:49:34 +00:00
.queue_active {
background-color: #d9edf7;
}
.profile-box, .user-dropdown {
background-color: #ffffff;
}