Sha256: 5f8a8017820ed9b92e36d2e1241cb7695ecd34159df826c08e7b61e59fe9d27d
Contents?: true
Size: 1.41 KB
Versions: 14
Compression:
Stored size: 1.41 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: $zindex-dropdown !important; margin-top: 2px; max-height: 360px; overflow-y: auto; 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: $zindex-dropdown !important; /* get typeahead to float on top of e.g. leaflet */ .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 theme-colors("info"); } } } }
Version data entries
14 entries across 14 versions & 1 rubygems