Files
sysPass/css/chosen-custom.css
nuxsmin ebae60bc3f * [ADD] Closes #120. Added the ability to assign one user to multiple groups
* [MOD] User's classes are now better handled by splitting them by behaviour
* [MOD] UI tweaks for classic theme and integration of new features
2015-08-03 01:46:30 +02:00

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 */