mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-03 23:24:07 +01:00
* [FIX] Fixed English translation. Related #140.Thanks to @basil-twisleton * [FIX] Fixed displaying required field when it is a select tag. Related #140.Thanks to @basil-twisleton * [FIX] Fixed issue when adding an user from LDAP when no group/profile is set (disabled by default). Fixes #157 * [MOD] Modified behavior when adding a new customer from account page. Related #140.Thanks to @basil-twisleton * [MOD] Updated German translation. Thanks to @wagnst
11 lines
1.1 KiB
CSS
11 lines
1.1 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.
|
|
*/.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}.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)}select:invalid+.chosen-container .chosen-single{border-color:red} |