Sha256: 7bc5d8af0f709bc7055fb808ef789694f6e190ff966d947e896b308f09249713
Contents?: true
Size: 1.96 KB
Versions: 6
Compression:
Stored size: 1.96 KB
Contents
.ms-container{ max-width: 200px; } .ms-container:after{ content: "."; display: block; height: 0; line-height: 0; font-size: 0; clear: both; min-height: 0; visibility: hidden; } .ms-container .ms-selectable, .ms-container .ms-selection{ background: #fff; color: #555555; /*float: left;*/ } .ms-container .ms-list{ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border linear 0.2s, box-shadow linear 0.2s; -moz-transition: border linear 0.2s, box-shadow linear 0.2s; -ms-transition: border linear 0.2s, box-shadow linear 0.2s; -o-transition: border linear 0.2s, box-shadow linear 0.2s; transition: border linear 0.2s, box-shadow linear 0.2s; border: 1px dashed #888; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; position: relative; height: 200px; padding: 0; overflow-y: auto; } .ms-container .ms-list.ms-focus{ border: 1px solid rgba(76,154,255, 1); outline: 1px solid rgba(76,154,255, 1); border-radius: 1px; } .ms-container ul{ margin: 0; list-style-type: none; padding: 0; } .ms-container .ms-optgroup-container{ width: 100%; } .ms-container .ms-optgroup-label{ margin: 0; padding: 5px 0px 0px 5px; cursor: pointer; color: #999; } .ms-container .ms-selectable li.ms-elem-selectable{ padding: 2px 10px; color: #444; font-size: 14px; } .ms-container .ms-selectable li:nth-child(odd) { background-color: #f4f4f4; } .ms-container .ms-selectable li.ms-hover{ cursor: pointer; color: #fff; text-decoration: none; background-color: #08c; } .ms-container .ms-selectable li.disabled{ background-color: #eee; color: #aaa; cursor: text; } .ms-container .ms-selectable li span.ms-elem-selected { display: none; } .ms-container .ms-selected { font-weight: 600; } .pull-right.ms-elem-selected{ float: right; font-size: smaller; }
Version data entries
6 entries across 6 versions & 1 rubygems