system: Linux mars.sprixweb.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
cmd: 

Direktori : /usr/local/cwpsrv/var/services/pma/themes/pmahomme/scss/
Upload File :
Current File : //usr/local/cwpsrv/var/services/pma/themes/pmahomme/scss/_resizable-menu.scss

ul.resizable-menu {
  a,
  span {
    display: block;
    margin: 0;
    padding: 0;
    white-space: nowrap;
  }

  .submenu {
    display: none;
    position: relative;
  }

  .shown {
    display: inline-block;
  }

  ul {
    margin: 0;
    padding: 0;
    position: absolute;
    list-style-type: none;
    display: none;
    border: 1px #ddd solid;
    z-index: 2;
    #{$right}: 0;
  }

  li:hover {
    background: linear-gradient(#fff, #e5e5e5);

    ul {
      display: block;
      background: #fff;
    }
  }

  .submenuhover ul {
    display: block;
    background: #fff;
  }

  ul li {
    width: 100%;
  }
}