Sha256: cb5700f4654162add1a77294b7a3a6c7615aac2549792ea1e248c4d903491667

Contents?: true

Size: 1.48 KB

Versions: 22

Compression:

Stored size: 1.48 KB

Contents

//
// Bootstrap-select
// --------------------------------------------------

.bootstrap-select.btn-group {
  .btn {
    .caret {
      margin-top: -4px;
    }
  }
  .dropdown-menu { // Also see navbar.less
    > .active > a {
      &, &:active {
        background-color: @dropdown-link-hover-bg !important;
        border-color: @dropdown-link-hover-border-color !important;
        color: @gray-dark !important;
        small {
          color: @gray-light !important;
        }
      }
    }
    > .disabled > a {
      color: @gray-light !important;
    }
    > .selected > a {
      background-color: @dropdown-link-active-bg !important;
      border-color: @dropdown-link-active-border-color !important;
      color: #fff !important;
      small {
        color: #70c8e7 !important;
        color:rgba(225, 255, 255, 0.5) !important;
      }
    }
    .divider {
      background: @dropdown-divider-bg !important;
      margin: @dropdown-divider-margin !important;
    }
    dt {
      color: #969696;
      font-weight:normal;
      padding: 1px 10px;
    }
    li {
      & > a.opt {
        padding: 1px 10px;
      }
      & a {
        &:active small {
          color: #70c8e7 !important;
          color:rgba(225, 255, 255, 0.5) !important;
        }
        &:hover, &:focus {
          small {
            color: @gray-light;
          }
        }
      }
      &:not(.disabled) {
        a:hover, a:focus {
          small {
            color: @gray-light;
          }
        }
      }
    }
  }
}

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
bastion-2.1.0 vendor/assets/stylesheets/bastion/patternfly/bootstrap-select.less
bastion-2.0.4 vendor/assets/stylesheets/bastion/patternfly/bootstrap-select.less
bastion-2.0.3 vendor/assets/stylesheets/bastion/patternfly/bootstrap-select.less
bastion-2.0.2 vendor/assets/stylesheets/bastion/patternfly/bootstrap-select.less
bastion-2.0.1 vendor/assets/stylesheets/bastion/patternfly/bootstrap-select.less
bastion-2.0.0 vendor/assets/stylesheets/bastion/patternfly/bootstrap-select.less
bastion-1.0.2 vendor/assets/stylesheets/bastion/patternfly/bootstrap-select.less
bastion-0.3.3 vendor/assets/stylesheets/bastion/patternfly/bootstrap-select.less
bastion-1.0.1 vendor/assets/stylesheets/bastion/patternfly/bootstrap-select.less
bastion-0.3.2 vendor/assets/stylesheets/bastion/patternfly/bootstrap-select.less
bastion-1.0.0 vendor/assets/stylesheets/bastion/patternfly/bootstrap-select.less
bastion-0.3.1 vendor/assets/stylesheets/bastion/patternfly/bootstrap-select.less
bastion-0.3.0 vendor/assets/stylesheets/bastion/patternfly/bootstrap-select.less
bastion-0.2.9 vendor/assets/stylesheets/bastion/patternfly/bootstrap-select.less
bastion-0.2.8 vendor/assets/stylesheets/bastion/patternfly/bootstrap-select.less
bastion-0.2.7 vendor/assets/stylesheets/bastion/patternfly/bootstrap-select.less
bastion-0.2.6 vendor/assets/stylesheets/bastion/patternfly/bootstrap-select.less
bastion-0.2.5 vendor/assets/stylesheets/bastion/patternfly/bootstrap-select.less
bastion-0.2.3 vendor/assets/stylesheets/bastion/patternfly/bootstrap-select.less
bastion-0.2.2 vendor/assets/stylesheets/bastion/patternfly/bootstrap-select.less