Opened 12 years ago
Last modified 11 years ago
#530 accepted defect
Airy: audio player’s time indicator is low-contrast
Reported by: | Aleksej | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | graphic design/interface | Keywords: | bitesized |
Cc: | Parent Tickets: |
Description
See the bottom-right angle of the player at https://gobblin.se/u/selknam/m/impulse-by-silenwater-from-still-power/
Attachments (1)
Change History (8)
comment:1 by , 11 years ago
by , 11 years ago
Attachment: | airy-audio-time-lowcontrast.png added |
---|
Screenshot of the time indicator in Airy (14 Oct 2013)
comment:2 by , 11 years ago
Summary: | Audio player’s time indicator is low-contrast → Airy: audio player’s time indicator is low-contrast |
---|
comment:3 by , 11 years ago
Status: | new → accepted |
---|
comment:4 by , 11 years ago
Keywords: | bitesized added |
---|
comment:5 by , 11 years ago
This can be fixed by simply adding
.audio-spectrogram .audio-currentTime { background-color: #90ee50; }
to airy.css. However, that takes priority over the color in audio.css only thanks to the lack of ".audio-spectrogram" in audio.css.
If plugin-aware themes should override anything plugins specify, there is probably a better way, maybe like GMG adding a class based on the theme's name to all pages, so that themes use it in selectors (making the selectors more specific than those in audio.css).
comment:6 by , 11 years ago
A better color may be rgb(134, 212, 177);, which is used for the play button when not playing.
comment:7 by , 11 years ago
Or plugin authors could be asked to include their CSS before global CSS.
(thanks to Tumulte for discussion)
https://gobblin.se/u/selknam/m/impulse-by-silenwater-from-still-power/ now has no problem, maybe because gobblin.se has switched from Airy to a dark theme.