mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 13:32:15 +00:00
28 lines
708 B
CSS
Executable File
28 lines
708 B
CSS
Executable File
/*!
|
|
* Ajax Bootstrap Select
|
|
*
|
|
* Extends existing [Bootstrap Select] implementations by adding the ability to search via AJAX requests as you type. Originally for CROSCON.
|
|
*
|
|
* @version 1.3.1
|
|
* @author Adam Heim - https://github.com/truckingsim
|
|
* @link https://github.com/truckingsim/Ajax-Bootstrap-Select
|
|
* @copyright 2015 Adam Heim
|
|
* @license Released under the MIT license.
|
|
*
|
|
* Contributors:
|
|
* Mark Carver - https://github.com/markcarver
|
|
*
|
|
* Last build: 2015-01-06 8:43:11 PM EST
|
|
*/
|
|
.bootstrap-select .status {
|
|
background: #f0f0f0;
|
|
clear: both;
|
|
color: #999;
|
|
font-size: 11px;
|
|
font-style: italic;
|
|
font-weight: 500;
|
|
line-height: 1;
|
|
margin-bottom: -5px;
|
|
padding: 10px 20px;
|
|
}
|