mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-03 07:04:07 +01:00
* [MOD] User's classes are now better handled by splitting them by behaviour * [MOD] UI tweaks for classic theme and integration of new features
34 lines
1.2 KiB
CSS
34 lines
1.2 KiB
CSS
/*!
|
|
Chosen, a Select Box Enhancer for jQuery and Prototype
|
|
by Patrick Filler for Harvest, http://getharvest.com
|
|
|
|
Version 1.4.2
|
|
Full source at https://github.com/harvesthq/chosen
|
|
Copyright (c) 2011-2015 Harvest http://getharvest.com
|
|
|
|
MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
|
|
This file is generated by `grunt build`, do not edit it by hand.
|
|
*/
|
|
|
|
/* @group Results */
|
|
.chosen-container .chosen-results li.highlighted {
|
|
background-color: #536DFE;
|
|
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #879bff), color-stop(90%, #536DFE));
|
|
background-image: -webkit-linear-gradient(#879bff 20%, #536DFE 90%);
|
|
background-image: -moz-linear-gradient(#879bff 20%, #536DFE 90%);
|
|
background-image: -o-linear-gradient(#879bff 20%, #536DFE 90%);
|
|
background-image: linear-gradient(#879bff 20%, #536DFE 90%);
|
|
color: #fff;
|
|
}
|
|
/* @end */
|
|
|
|
/* @group Active */
|
|
.chosen-container-active .chosen-single {
|
|
border: 1px solid rgba(83, 109, 254, .8);
|
|
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
|
|
}
|
|
.chosen-container-active .chosen-choices {
|
|
border: 1px solid rgba(83, 109, 254, .8);
|
|
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
|
|
}
|
|
/* @end */ |