"Fossies" - the Fresh Open Source Software Archive

Member "jitsi-meet-7685/css/_popup_menu.scss" (29 Nov 2023, 375 Bytes) of package /linux/misc/jitsi-meet-7685.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Sass/SCSS source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 /**
    2 * Initialize
    3 **/
    4 
    5 .popupmenu__contents {
    6     .popupmenu__volume-slider {
    7             &::-webkit-slider-runnable-track {
    8                 background-color: #246FE5;
    9             }
   10 
   11             &::-moz-range-track {
   12                 background-color: #246FE5;
   13             }
   14 
   15             &::-ms-fill-lower {
   16                 background-color: #246FE5;
   17             }
   18         }
   19 }