Fixes, continue work
This commit is contained in:
parent
42fc2e45c8
commit
1850f009ff
10 changed files with 286 additions and 159 deletions
37
www/assets/css/semidark.css
Normal file
37
www/assets/css/semidark.css
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
body, #videowrap {
|
||||
background-color: #2f2f2f;
|
||||
}
|
||||
|
||||
.queue_entry {
|
||||
background-color: #111111;
|
||||
}
|
||||
|
||||
.queue_active {
|
||||
border-color: #ff9900;
|
||||
background-color: #332200;
|
||||
}
|
||||
|
||||
#userpltoggle, #librarytoggle, #playlisttoggle {
|
||||
color: #cccccc;
|
||||
background-color: #2f2f2f;
|
||||
}
|
||||
|
||||
#currenttitle {
|
||||
color: #cccccc;
|
||||
}
|
||||
|
||||
.qe_time {
|
||||
color: #cccccc;
|
||||
}
|
||||
|
||||
#userpltoggle i[class^="icon-"], #userpltoggle i[class*=" icon-"],
|
||||
#librarytoggle i[class^="icon-"], #librarytoggle i[class*=" icon-"],
|
||||
#playlisttoggle i[class^="icon-"], #playlisttoggle i[class*=" icon-"] {
|
||||
background-image: url("../img/glyphicons-halflings-white.png");
|
||||
}
|
||||
|
||||
#plmeta {
|
||||
color: #cccccc;
|
||||
background-color: #2f2f2f;
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue