mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-06 18:33:38 +02:00
Fix: Style current track again
This commit is contained in:
parent
da2d3c3348
commit
83e845f58b
1 changed files with 3 additions and 1 deletions
|
|
@ -142,8 +142,9 @@
|
||||||
.duration
|
.duration
|
||||||
padding-left: .5rem
|
padding-left: .5rem
|
||||||
color: $grey-light
|
color: $grey-light
|
||||||
|
font-weight: normal
|
||||||
|
|
||||||
.is-playing
|
&.is-playing
|
||||||
background-color: $light !important
|
background-color: $light !important
|
||||||
font-weight: bold
|
font-weight: bold
|
||||||
|
|
||||||
|
|
@ -213,5 +214,6 @@
|
||||||
td:first-child > div::before
|
td:first-child > div::before
|
||||||
color: $grey-light
|
color: $grey-light
|
||||||
content: counter(track)
|
content: counter(track)
|
||||||
|
font-weight: normal
|
||||||
display: inline
|
display: inline
|
||||||
padding-right: 0.375rem
|
padding-right: 0.375rem
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue