mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 15:36:24 +01:00
Update HTML/CSS/JS frontend
This commit is contained in:
parent
d694ee97c7
commit
891c63fe89
16 changed files with 214 additions and 9 deletions
|
|
@ -1,50 +0,0 @@
|
|||
.widget-switch {
|
||||
display: block;
|
||||
-webkit-appearance:none;
|
||||
width: 37px;
|
||||
height: 37px;
|
||||
border: 3.5px solid rgb(248,248,242);
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.widget-switch:checked {
|
||||
background: rgb(235,141,33);
|
||||
}
|
||||
|
||||
.widget-slider {
|
||||
display: block;
|
||||
-webkit-appearance: none;
|
||||
height: 37px;
|
||||
width: 100%;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.widget-slider::-webkit-slider-runnable-track {
|
||||
height: 4px;
|
||||
background: rgb(248,248,242);
|
||||
}
|
||||
|
||||
.widget-slider::-webkit-slider-thumb {
|
||||
-webkit-appearance: none;
|
||||
height: 36px;
|
||||
width: 36px;
|
||||
margin-top: -16px;
|
||||
border-radius: 50%;
|
||||
background: rgb(235,141,33);
|
||||
}
|
||||
|
||||
/* repeat slider style for firefox */
|
||||
|
||||
.widget-slider::-moz-range-track {
|
||||
height: 4px;
|
||||
background: rgb(248,248,242);
|
||||
}
|
||||
|
||||
.widget-slider::-moz-range-thumb {
|
||||
-webkit-appearance: none;
|
||||
height: 36px;
|
||||
width: 36px;
|
||||
margin-top: -16px;
|
||||
border-radius: 50%;
|
||||
background: rgb(235,141,33);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue