This commit is contained in:
parent
af46da77a7
commit
168ae4150e
4 changed files with 186 additions and 6 deletions
|
|
@ -584,6 +584,33 @@ select {
|
|||
vertical-align: text-bottom;
|
||||
}
|
||||
|
||||
.volume-slider {
|
||||
-webkit-appearance: none;
|
||||
background: var(--bg-darker);
|
||||
border-radius: 2px;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.volume-slider::-webkit-slider-thumb {
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
border-radius: 50%;
|
||||
background: var(--brand);
|
||||
cursor: pointer;
|
||||
box-shadow: 0 0 4px var(--brand-glow);
|
||||
}
|
||||
|
||||
.volume-slider::-moz-range-thumb {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
border-radius: 50%;
|
||||
background: var(--brand);
|
||||
cursor: pointer;
|
||||
box-shadow: 0 0 4px var(--brand-glow);
|
||||
}
|
||||
|
||||
.user-info {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue