Sha256: 4c2083aede78e7ed7aeb1d5abe680dc95b0b254071279b9c73f76ea2eab64ee2
Contents?: true
Size: 760 Bytes
Versions: 11
Compression:
Stored size: 760 Bytes
Contents
// // Bootstrap-Combobox // -------------------------------------------------- .combobox-container { &.combobox-selected .glyphicon-remove { display: inline-block; } .caret { margin-left: 0; } .combobox::-ms-clear { display: none; } .dropdown-menu { margin-top: -1px; width: 100%; } .glyphicon-remove { display: none; top: auto; width: 12px; &:before { content: "\e60b"; font-family: $icon-font-name-pf; } } .input-group-addon { @include button-variant($btn-default-color, $btn-default-bg, $btn-default-bg-img-start, $btn-default-bg-img-stop, $btn-default-border); position: relative; // IE8 &:active { @include box-shadow(inset 0 2px 8px rgba(0,0,0,.2)); } } }
Version data entries
11 entries across 11 versions & 1 rubygems