Mercurial
comparison mrjunejune/src/tools/hls_player/index.css @ 256:30c2196d03d4
[site] Integrate Zenbu themes and components
Co-authored-by: Copilot <[email protected]>
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Tue, 04 Aug 2026 16:49:01 -0700 |
| parents | 543df0fe7168 |
| children | 60a876c4587a |
comparison
equal
deleted
inserted
replaced
| 255:5ec271d612ae | 256:30c2196d03d4 |
|---|---|
| 21 } | 21 } |
| 22 | 22 |
| 23 .hls-url-row input { | 23 .hls-url-row input { |
| 24 width: 100%; | 24 width: 100%; |
| 25 padding: 0.65rem 0.8rem; | 25 padding: 0.65rem 0.8rem; |
| 26 color: rgb(var(--gray-dark)); | 26 color: var(--gray-dark); |
| 27 background: var(--white); | 27 background: var(--white); |
| 28 border: 1px solid var(--darkgray); | 28 border: 1px solid var(--darkgray); |
| 29 border-radius: 6px; | 29 border-radius: 6px; |
| 30 } | 30 } |
| 31 | 31 |