Sha256: c2e68810665b676eb59085974c234c06963cb8a646bc1827af1546f779ab6cdc

Contents?: true

Size: 1.34 KB

Versions: 4

Compression:

Stored size: 1.34 KB

Contents

.twitter-typeahead {
  width: 100%;
}

.typeahead,
.tt-query,
.tt-hint {
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-hint {
  color: #999
}

.tt-dropdown-menu {
  z-index: 1000 !important;
  margin-top: 2px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.twitter-typeahead {
  z-index: 1000 !important; /* get typeahead to float on top of e.g. jcrop */
  .tt-suggestion {
    font-size: 18px;
    line-height: 24px;
    padding: 3px 20px 3px 100px;
    margin-bottom: 1em;

    &.tt-cursor {
      color: #fff;
      background-color: #0097cf;
    }
    p {
      margin: 0;
    }
    .document-thumbnail {
      float: left;
      width: 60px;
      padding: 0;
      margin: 0;
      margin-left: -80px;
      position: relative;

      img {
        max-width: 60px;
        max-height: 60px;
      }

      img:hover {
        position: absolute;
        right: -3px;
        top: -3px;
        max-width: 160px;
        max-height: 100px;
        border: 3px solid $panel-info-heading-bg;
      }
    }
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
blacklight-spotlight-0.28.3 app/assets/stylesheets/spotlight/typeahead.css
blacklight-spotlight-0.28.2 app/assets/stylesheets/spotlight/typeahead.css
blacklight-spotlight-0.28.1 app/assets/stylesheets/spotlight/typeahead.css
blacklight-spotlight-0.28.0 app/assets/stylesheets/spotlight/typeahead.css