mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixing colors of slider
This commit is contained in:
@@ -962,7 +962,7 @@ nav ul li:hover, nav ul li.active {
|
|||||||
margin: 13px auto;
|
margin: 13px auto;
|
||||||
height:5px;
|
height:5px;
|
||||||
width: 97%;
|
width: 97%;
|
||||||
background-color:rgba(0, 0, 0, 0.5);
|
background:rgba(0, 0, 0, 0.5);
|
||||||
border: none;
|
border: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
@@ -972,7 +972,7 @@ nav ul li:hover, nav ul li.active {
|
|||||||
height:5px;
|
height:5px;
|
||||||
width: 75px;
|
width: 75px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background-color:rgba(47, 47, 47, 1);
|
background:rgba(47, 47, 47, 1);
|
||||||
border: none;
|
border: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
@@ -981,13 +981,14 @@ nav ul li:hover, nav ul li.active {
|
|||||||
#volume-control .ui-slider-handle {
|
#volume-control .ui-slider-handle {
|
||||||
height: 15px;
|
height: 15px;
|
||||||
width: 36px;
|
width: 36px;
|
||||||
background-color: rgb(255, 44, 44);
|
background: rgb(255, 44, 44);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
outline: none;
|
outline: none;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 17px;
|
border-radius: 17px;
|
||||||
margin-left: -17px;
|
margin-left: -17px;
|
||||||
|
margin-top:0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.slider-vol{
|
.slider-vol{
|
||||||
|
|||||||
Reference in New Issue
Block a user