/** * All of the CSS for your admin-specific functionality should be * included in this file. */ .listResult .itemResultLiveSearch{ background: #e9e9e9; border: none; border-radius: 5px; color: #000; padding: 4px 10px; text-align: left; width: 100%; margin-bottom: 5px; } .cs-fieldset { position: relative; } .listResult { position: absolute; top: 100%; left: 0; min-width: 100%; z-index: 99; background: #fff; max-height: 300px; overflow-y: auto; overflow-x: hidden; padding: 5px; border: 1px solid #d2c6c6; text-align: left; border-radius: 5px; box-shadow: 1px 3px 9px rgba(0,0,0,0.5); padding-bottom: 0; } * { box-sizing: border-box; }