synthing

a waveform sequencing synth on the web
Log | Files | Refs | Submodules

style.css (523B)


      1 .hslider-triangle {
      2     display: inline-block;
      3     border: 8px solid transparent;
      4     border-right-color: black;
      5     border-right-width: 30px;
      6     border-left-width: 0px;
      7     height: 0px;
      8 }
      9 
     10 .hslider-triangle.-background {
     11     opacity: 0.3;
     12 }
     13 
     14 .hslider-triangle.-foreground {
     15     position: absolute;
     16     top: 0;
     17     left: 0;
     18     transform-origin: left;
     19 }
     20 
     21 .hslider-triangle-container {
     22     display: inline-flex;
     23     position: relative;
     24     margin-left: 2px;
     25     cursor: ew-resize;
     26 }
     27 
     28 .HSlider {
     29     display: inline-flex;
     30 }