mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-03 08:25:06 +03:00
Updated audio card frontend styles in Chrome
Refs https://github.com/TryGhost/Team/issues/1230
This commit is contained in:
parent
e72092fa5e
commit
6e4be46fb3
@ -118,40 +118,27 @@
|
||||
}
|
||||
|
||||
.kg-audio-seek-slider::before {
|
||||
position: absolute;
|
||||
content: "";
|
||||
position: absolute;
|
||||
left: 0;
|
||||
width: var(--seek-before-width) !important;
|
||||
height: 3px;
|
||||
background-color: rgba(0, 125, 181, 0.6);
|
||||
height: 4px;
|
||||
cursor: pointer;
|
||||
background-color: currentColor;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.kg-audio-volume-slider::before {
|
||||
position: absolute;
|
||||
content: "";
|
||||
position: absolute;
|
||||
left: 0;
|
||||
width: var(--volume-before-width) !important;
|
||||
height: 3px;
|
||||
background-color: rgba(0, 125, 181, 0.6);
|
||||
height: 4px;
|
||||
cursor: pointer;
|
||||
background-color: currentColor;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
/* Browser styles for slider */
|
||||
|
||||
/* .kg-audio-volume-slider::-webkit-slider-runnable-track {
|
||||
background: rgba(0, 125, 181, 0.6) !important;
|
||||
}
|
||||
.kg-audio-volume-slider::-moz-range-track {
|
||||
background: rgba(0, 125, 181, 0.6) !important;
|
||||
}
|
||||
.kg-audio-volume-slider::-ms-fill-upper {
|
||||
background: rgba(0, 125, 181, 0.6) !important;
|
||||
}
|
||||
.kg-audio-volume-slider::before {
|
||||
width: var(--volume-before-width) !important;
|
||||
} */
|
||||
|
||||
/* Resetting browser styles
|
||||
/* --------------------------------------------------------------- */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user