Template:Audio/style.css: Difference between revisions

Content deleted Content added
mNo edit summary
mNo edit summary
Line 130:
top: 50%;
transform: translateY(-50%);
}
 
.audio-player .controls .volume-container .volume-button .icon-muted {
font-family: Roboto,sans-serif;
width: 0;
height: 0;
border: 7px solid;
border-left: none;
border-top-color: transparent;
border-bottom-color: transparent;
padding: 6px 3px;
box-shadow: inset 4px 0;
margin: 4px 16px 4px 5px;
display: inline-block;
vertical-align: middle;
position: relative;
font-style: normal;
color: currentColor;
text-align: left;
text-indent: -9999px;
direction: ltr;
box-sizing: border-box;
transition: all .2s;
}
 
.audio-player .controls .volume-container .volume-button .icon-muted:before {
content: '';
pointer-events: none;
transform: translateY(-50%) rotate(45deg);
width: 10px;
height: 2px;
box-shadow: inset 0 0 0 32px;
left: 17px;
position: absolute;
top: 50%;
}
 
.audio-player .controls .volume-container .volume-button .icon-muted:after {
content: '';
pointer-events: none;
transform: translateY(-50%) rotate(45deg);
height: 10px;
width: 2px;
left: 21px;
box-shadow: inset 0 0 0 32px;
position: absolute;
top: 50%;
}