Fix audio ui for macaron theme
This commit is contained in:
parent
247d2787fe
commit
672a7b8a87
@ -145,7 +145,8 @@ html {
|
|||||||
.box-widget input[type="email"],
|
.box-widget input[type="email"],
|
||||||
.box-widget input[type="password"],
|
.box-widget input[type="password"],
|
||||||
.box-widget textarea,
|
.box-widget textarea,
|
||||||
.statuses-grid .detailed-status {
|
.statuses-grid .detailed-status
|
||||||
|
.audio-player {
|
||||||
border: 1px solid lighten(#eeeeee, 4%);
|
border: 1px solid lighten(#eeeeee, 4%);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1050,3 +1051,23 @@ a.status-card.compact:hover {
|
|||||||
border-color: lighten($blue, 8%);
|
border-color: lighten($blue, 8%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.audio-player {
|
||||||
|
background: $ui-base-color;
|
||||||
|
border: 1px solid lighten($ui-base-color, 8%);
|
||||||
|
|
||||||
|
&__progress-placeholder {
|
||||||
|
background-color: rgba(lighten($ui-highlight-color, 8%), 0.5);
|
||||||
|
}
|
||||||
|
|
||||||
|
&__wave-placeholder {
|
||||||
|
background-color: lighten($ui-base-color, 16%);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.audio-player .video-player__controls button,
|
||||||
|
.audio-player .video-player__time-sep,
|
||||||
|
.audio-player .video-player__time-current,
|
||||||
|
.audio-player .video-player__time-total {
|
||||||
|
color: $primary-text-color;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user