User:Toad64/Sandbox: Difference between revisionsGive feedback
No edit summary |
No edit summary |
||
| Line 60: | Line 60: | ||
border: none; | border: none; | ||
border-radius: 50%; | border-radius: 50%; | ||
align-items: center; | |||
justify-content: center; | |||
background: var(--background-color-interactive); | background: var(--background-color-interactive); | ||
| Line 66: | Line 69: | ||
} | } | ||
.playBtn:hover { | |||
background: var(--background-color-interactive-subtle); | |||
} | |||
.seek { | .seek { | ||
flex: 1; | flex: 1; | ||
| Line 101: | Line 109: | ||
cursor: pointer; | cursor: pointer; | ||
} | } | ||
.time { | .time { | ||
font-size: 12px; | font-size: 12px; | ||