src/widgets/Segments.module.css
changeset 1072 ac1eacb3aa33
parent 982 cfcbac34d020
equal deleted inserted replaced
1071:02c04d2c8fd8 1072:ac1eacb3aa33
       
     1 /*
       
     2  * Segments Widget
       
     3  */
       
     4 
       
     5 .Ldt-Segments-Segment {
       
     6     position: absolute; margin-left: -1px; border: 1px solid #ffffff;
       
     7 }
       
     8 
       
     9 .Ldt-Segments-Position {
       
    10     background: #fc00ff;
       
    11     position: absolute;
       
    12     top: -1px;
       
    13     left: 0;
       
    14     margin-left: -1px;
       
    15     width: 2px;
       
    16     bottom: -1px;
       
    17     z-index: 80000;
       
    18 }