Updated volumeslider for player

This commit is contained in:
Kasper Rynning-Tønnesen
2015-07-04 15:15:50 +02:00
parent 949b2cf8c1
commit 4215a3b8d9
2 changed files with 5 additions and 4 deletions

View File

@@ -694,7 +694,7 @@ ul #chat-log{
background-color:rgba(0, 0, 0, 0.5);
border: none;
outline: none;
border-radius: 2px;
/*border-radius: 2px;*/
}
#volume .ui-slider-range-min {
@@ -704,7 +704,7 @@ ul #chat-log{
background-color:rgba(255, 255, 255, 0.8);
border: none;
outline: none;
border-radius: 2px;
/*border-radius: 2px;*/
}
#volume .ui-slider-handle {
@@ -715,7 +715,8 @@ ul #chat-log{
cursor: pointer;
outline: none;
border: none;
display: none;
/*display: none;*/
margin-left:-2.5px;
}
.ui-slider-handle

File diff suppressed because one or more lines are too long