Sha256: e13e1a96536af47bf141599556f9688ea109f45f9cdc561a90d30bdcc8ee7d72
Contents?: true
Size: 662 Bytes
Versions: 5
Compression:
Stored size: 662 Bytes
Contents
.note-dropdown { position: relative; } .note-dropdown-menu { display: none; min-width: 100px; position: absolute; top: 100%; left: 0; z-index : @zindex-dropdown; float: left; text-align:left; background: @dropdown-color-bg; border: 1px solid @dropdown-color-border; padding: 5px; background-clip: padding-box; .box-shadow(0 1px 1px rgba(0,0,0,.06)); } .note-btn-group.open .note-dropdown-menu { display: block; } .note-dropdown-item { display: block; &:hover { background-color: @btn-default-hover-bg; } } a.note-dropdown-item, a.note-dropdown-item:hover { margin: 2px 0; color: #000; text-decoration: none; }
Version data entries
5 entries across 5 versions & 1 rubygems