0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-25 02:31:59 -05:00

Updated audio card frontend styles

Refs https://github.com/TryGhost/Team/issues/1230
This commit is contained in:
Sanne de Vries 2021-12-07 13:47:36 +00:00
parent 259d40641d
commit 986f731e60

View file

@ -150,10 +150,11 @@
width: 12px;
height: 12px;
margin: -5px 0 0 0;
border: 1px solid rgba(124,139,154,.7);
border: 0;
cursor: pointer;
background: #fff;
border-radius: 50%;
box-shadow: 0 0 0 1px rgba(0,0,0,.08), 0 1px 4px rgba(0,0,0,0.24);
}
.kg-player-container input[type="range"]:active::-webkit-slider-thumb {
@ -172,18 +173,19 @@
}
.kg-player-container input[type="range"]::-moz-range-progress {
background: rgba(124,139,154,.7);
bordfer-radius: 2px;
background: currentColor;
border-radius: 2px;
}
.kg-player-container input[type="range"]::-moz-range-thumb {
box-sizing: content-box;
width: 12px;
height: 12px;
border: 1px solid rgba(124,139,154,.7);
border: 0;
cursor: pointer;
background: #fff;
border-radius: 50%;
box-shadow: 0 0 0 1px rgba(0,0,0,.08), 0 1px 4px rgba(0,0,0,0.24);
}
.kg-player-container input[type="range"]:active::-moz-range-thumb {
@ -207,17 +209,18 @@
}
.kg-player-container input[type="range"]::-ms-fill-upper {
background: rgba(124, 139, 154, 0.25);
background: currentColor;
}
.kg-player-container input[type="range"]::-ms-thumb {
box-sizing: content-box;
width: 12px;
height: 12px;
border: 1px solid rgba(124,139,154,.7);
border: 0;
cursor: pointer;
background: #fff;
border-radius: 50%;
box-shadow: 0 0 0 1px rgba(0,0,0,.08), 0 1px 4px rgba(0,0,0,0.24);
}
.kg-player-container input[type="range"]:active::-ms-thumb {