More material style for volumeslider

This commit is contained in:
Kasper Rynning-Tønnesen
2017-02-01 15:53:45 +01:00
parent 01e1cefc70
commit ab2a1b0942

View File

@@ -1700,8 +1700,8 @@ nav ul li:hover, nav ul li.active {
} }
#volume .ui-slider-handle { #volume .ui-slider-handle {
height: 15px; height: 14px;
width: 15px; width: 14px;
background: #fff 50% 50% repeat-x; background: #fff 50% 50% repeat-x;
position: absolute; position: absolute;
cursor: pointer; cursor: pointer;
@@ -1710,7 +1710,6 @@ nav ul li:hover, nav ul li.active {
margin-left: -7.5px; margin-left: -7.5px;
margin-top: 0px; margin-top: 0px;
border-radius: 1000px; border-radius: 1000px;
border: 1px solid black;
transition: background 0.2s ease, box-shadow 0.2s ease; transition: background 0.2s ease, box-shadow 0.2s ease;
} }