Sha256: a5723b2cf638c9cef7dcf6ecd7173aa5cb7dcf4215ee977efd614c0e1dd4cb5b

Contents?: true

Size: 1.83 KB

Versions: 18

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-color: rgba(246,247,249,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;
  top: 100%;
  z-index: 1000;
}
.dropdown-menu.pull-right {
  left: auto;
  right: 0;
  margin-right: 10px;
}
.dropdown-menu .divider {
  background-color: rgba(0,0,0,0.1);
  height: 1px;
  margin: 5px 0px;
  overflow: hidden;
}
.dropdown-menu > li > a {
  clear: both;
  color: rgba(71,74,84,1);
  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(58,144,216,1); }
.open > .dropdown-menu { display: block; }
.pull-right > .dropdown-menu {
  left: auto;
  right: 0;
}
.dropdown-submenu { position: relative; }
.dropdown-submenu > .dropdown-menu {
  border-radius: 0 3px 3px 3px;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  top: 0;
}
.dropdown-submenu:hover > .dropdown-menu { display: block; }
.dropdown-submenu > a:after {
  content: " ";
  display: block;
  float: right;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  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

18 entries across 18 versions & 2 rubygems

Version Path
flashoff-0.0.16 vendor/assets/stylesheets/dropdown.css.scss
flashoff-0.0.15 vendor/assets/stylesheets/dropdown.css.scss
flashoff-0.0.14 vendor/assets/stylesheets/dropdown.css.scss
flashoff-0.0.13 vendor/assets/stylesheets/dropdown.css.scss
flashoff-0.0.12 vendor/assets/stylesheets/dropdown.css.scss
flashoff-0.0.11 vendor/assets/stylesheets/dropdown.css.scss
flashoff-0.0.10 vendor/assets/stylesheets/dropdown.css.scss
flashoff-0.0.9 vendor/assets/stylesheets/dropdown.css.scss
flashoff-0.0.8 vendor/assets/stylesheets/dropdown.css.scss
flashoff-0.0.7 vendor/assets/stylesheets/dropdown.css.scss
flashoff-0.0.6 vendor/assets/stylesheets/dropdown.css.scss
flashoff-0.0.5 vendor/assets/stylesheets/dropdown.css.scss
flashoff-0.0.4 vendor/assets/stylesheets/dropdown.css.scss
flashoff-0.0.3 vendor/assets/stylesheets/dropdown.css.scss
flashoff-0.0.2 vendor/assets/stylesheets/dropdown.css.scss
flashoff-0.0.1 vendor/assets/stylesheets/dropdown.css.scss
blueshift-0.0.2 vendor/assets/stylesheets/dropdown.css.scss
blueshift-0.0.1 vendor/assets/stylesheets/dropdown.css.scss