Sha256: 0dd637ea13683a21c5c50719f46ca8575519c173acf335ce56025a9b2f3734d6

Contents?: true

Size: 1.83 KB

Versions: 27

Compression:

Stored size: 1.83 KB

Contents

/* Table of Contents
==================================================
#Dropdown */

/* #Dropdown
================================================== */
.dropup,
.dropdown               { position: relative; }
.dropdown-toggle:active,
.open .dropdown-toggle  { outline: 0; }
.dropdown-menu {
  background-clip: padding-box;
  background: rgba(245,248,250,1);
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  color: rgba(71,74,84,1);
  display: none;
  float: left;
  list-style: none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
}
.dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.dropdown-menu .divider {
  background: rgba(225,232,237,1);
  height: 1px;
  margin: 5px 0px;
  overflow: hidden;
}
.dropdown-menu > li > a {
  clear: both;
  color: rgba(71,74,84,1);
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  padding: 5px 15px;
  text-decoration: none;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a { color: rgba(15,135,226,1); }
.open > .dropdown-menu      { display: block; }
.pull-right > .dropdown-menu {
  left: auto;
  right: 0;
}
.dropdown-submenu { position: relative; }
.dropdown-submenu > .dropdown-menu {
  left: 100%;
  margin-left: -1px;
   margin-top: -6px;
  top: 0;
}
.dropdown-submenu:hover > .dropdown-menu { display: block; }
.dropdown-submenu > a:after {
  content: " ";
  display: block;
  float: right;
  height: 0;
  margin-right: -10px;
    margin-top: 5px;
  width: 0;
}
.dropdown-submenu.pull-left { float: none; }
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
   padding-left: 20px;
}

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
flashgrid-4.0.6 vendor/assets/stylesheets/dropdown.css.scss
flashgrid-4.0.5 vendor/assets/stylesheets/dropdown.css.scss
flashgrid-4.0.4 vendor/assets/stylesheets/dropdown.css.scss
flashgrid-4.0.3 vendor/assets/stylesheets/dropdown.css.scss
flashgrid-4.0.2 vendor/assets/stylesheets/dropdown.css.scss
flashgrid-4.0.1 vendor/assets/stylesheets/dropdown.css.scss
flashgrid-4.0.0 vendor/assets/stylesheets/dropdown.css.scss
flashgrid-3.6.0 vendor/assets/stylesheets/dropdown.css.scss
flashgrid-3.5.2 vendor/assets/stylesheets/dropdown.css.scss
flashgrid-3.5.1 vendor/assets/stylesheets/dropdown.css.scss
flashgrid-3.5.0 vendor/assets/stylesheets/dropdown.css.scss
flashgrid-3.4.5 vendor/assets/stylesheets/dropdown.css.scss
flashgrid-3.4.1 vendor/assets/stylesheets/dropdown.css.scss
flashgrid-3.4.0 vendor/assets/stylesheets/dropdown.css.scss
flashgrid-3.3.2 vendor/assets/stylesheets/dropdown.css.scss
flashgrid-3.3.1 vendor/assets/stylesheets/dropdown.css.scss
flashgrid-3.3.0 vendor/assets/stylesheets/dropdown.css.scss
flashgrid-3.2.1 vendor/assets/stylesheets/dropdown.css.scss
flashgrid-3.2.0 vendor/assets/stylesheets/dropdown.css.scss
flashgrid-3.1.1 vendor/assets/stylesheets/dropdown.css.scss