|
|
@@ -26,7 +26,8 @@
|
|
|
}
|
|
|
|
|
|
|
|
|
-.ui-select-choices-row:hover {
|
|
|
+.ui-select-choices-row:hover,
|
|
|
+.ui-select-choices-row--highlighted {
|
|
|
background-color: #f5f5f5;
|
|
|
}
|
|
|
|
|
|
@@ -34,19 +35,19 @@
|
|
|
|
|
|
/* Mark invalid Select2 */
|
|
|
.ng-dirty.ng-invalid > a.select2-choice {
|
|
|
- border-color: #D44950;
|
|
|
+ border-color: #D44950;
|
|
|
}
|
|
|
|
|
|
.select2-result-single {
|
|
|
padding-left: 0;
|
|
|
}
|
|
|
|
|
|
-.select2-locked > .select2-search-choice-close{
|
|
|
- display:none;
|
|
|
+.select2-locked > .select2-search-choice-close {
|
|
|
+ display: none;
|
|
|
}
|
|
|
|
|
|
-.select-locked > .ui-select-match-close{
|
|
|
- display:none;
|
|
|
+.select-locked > .ui-select-match-close {
|
|
|
+ display: none;
|
|
|
}
|
|
|
|
|
|
body > .select2-container.open {
|
|
|
@@ -56,46 +57,49 @@ body > .select2-container.open {
|
|
|
/* Handle up direction Select2 */
|
|
|
.ui-select-container[theme="select2"].direction-up .ui-select-match,
|
|
|
.ui-select-container.select2.direction-up .ui-select-match {
|
|
|
- border-radius: 4px; /* FIXME hardcoded value :-/ */
|
|
|
- border-top-left-radius: 0;
|
|
|
- border-top-right-radius: 0;
|
|
|
+ border-radius: 4px; /* FIXME hardcoded value :-/ */
|
|
|
+ border-top-left-radius: 0;
|
|
|
+ border-top-right-radius: 0;
|
|
|
}
|
|
|
+
|
|
|
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown,
|
|
|
.ui-select-container.select2.direction-up .ui-select-dropdown {
|
|
|
- border-radius: 4px; /* FIXME hardcoded value :-/ */
|
|
|
- border-bottom-left-radius: 0;
|
|
|
- border-bottom-right-radius: 0;
|
|
|
+ border-radius: 4px; /* FIXME hardcoded value :-/ */
|
|
|
+ border-bottom-left-radius: 0;
|
|
|
+ border-bottom-right-radius: 0;
|
|
|
|
|
|
- border-top-width: 1px; /* FIXME hardcoded value :-/ */
|
|
|
- border-top-style: solid;
|
|
|
+ border-top-width: 1px; /* FIXME hardcoded value :-/ */
|
|
|
+ border-top-style: solid;
|
|
|
|
|
|
- box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
|
|
|
+ box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
|
|
|
|
|
|
- margin-top: -4px; /* FIXME hardcoded value :-/ */
|
|
|
+ margin-top: -4px; /* FIXME hardcoded value :-/ */
|
|
|
}
|
|
|
+
|
|
|
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown .select2-search,
|
|
|
.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search {
|
|
|
- margin-top: 4px; /* FIXME hardcoded value :-/ */
|
|
|
+ margin-top: 4px; /* FIXME hardcoded value :-/ */
|
|
|
}
|
|
|
+
|
|
|
.ui-select-container[theme="select2"].direction-up.select2-dropdown-open .ui-select-match,
|
|
|
.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match {
|
|
|
- border-bottom-color: #5897fb;
|
|
|
+ border-bottom-color: #5897fb;
|
|
|
}
|
|
|
|
|
|
.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden,
|
|
|
-.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden input{
|
|
|
- opacity: 0;
|
|
|
- height: 0;
|
|
|
- min-height: 0;
|
|
|
- padding: 0;
|
|
|
- margin: 0;
|
|
|
- border:0;
|
|
|
+.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden input {
|
|
|
+ opacity: 0;
|
|
|
+ height: 0;
|
|
|
+ min-height: 0;
|
|
|
+ padding: 0;
|
|
|
+ margin: 0;
|
|
|
+ border: 0;
|
|
|
}
|
|
|
|
|
|
/* Selectize theme */
|
|
|
|
|
|
/* Helper class to show styles when focus */
|
|
|
-.selectize-input.selectize-focus{
|
|
|
+.selectize-input.selectize-focus {
|
|
|
border-color: #007FBB !important;
|
|
|
}
|
|
|
|
|
|
@@ -116,23 +120,23 @@ body > .select2-container.open {
|
|
|
|
|
|
/* Mark invalid Selectize */
|
|
|
.ng-dirty.ng-invalid > div.selectize-input {
|
|
|
- border-color: #D44950;
|
|
|
+ border-color: #D44950;
|
|
|
}
|
|
|
|
|
|
/* Handle up direction Selectize */
|
|
|
.ui-select-container[theme="selectize"].direction-up .ui-select-dropdown {
|
|
|
- box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
|
|
|
- margin-top: -2px; /* FIXME hardcoded value :-/ */
|
|
|
+ box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
|
|
|
+ margin-top: -2px; /* FIXME hardcoded value :-/ */
|
|
|
}
|
|
|
|
|
|
-.ui-select-container[theme="selectize"] input.ui-select-search-hidden{
|
|
|
- opacity: 0;
|
|
|
- height: 0;
|
|
|
- min-height: 0;
|
|
|
- padding: 0;
|
|
|
- margin: 0;
|
|
|
- border:0;
|
|
|
- width: 0;
|
|
|
+.ui-select-container[theme="selectize"] input.ui-select-search-hidden {
|
|
|
+ opacity: 0;
|
|
|
+ height: 0;
|
|
|
+ min-height: 0;
|
|
|
+ padding: 0;
|
|
|
+ margin: 0;
|
|
|
+ border: 0;
|
|
|
+ width: 0;
|
|
|
}
|
|
|
|
|
|
/* Bootstrap theme */
|
|
|
@@ -171,22 +175,23 @@ body > .select2-container.open {
|
|
|
border-top-right-radius: 0;
|
|
|
border-bottom-right-radius: 0;
|
|
|
}
|
|
|
+
|
|
|
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
|
|
|
border-radius: 4px !important; /* FIXME hardcoded value :-/ */
|
|
|
border-top-right-radius: 0 !important;
|
|
|
border-bottom-right-radius: 0 !important;
|
|
|
}
|
|
|
|
|
|
-.ui-select-bootstrap .ui-select-search-hidden{
|
|
|
- opacity: 0;
|
|
|
- height: 0;
|
|
|
- min-height: 0;
|
|
|
- padding: 0;
|
|
|
- margin: 0;
|
|
|
- border:0;
|
|
|
+.ui-select-bootstrap .ui-select-search-hidden {
|
|
|
+ opacity: 0;
|
|
|
+ height: 0;
|
|
|
+ min-height: 0;
|
|
|
+ padding: 0;
|
|
|
+ margin: 0;
|
|
|
+ border: 0;
|
|
|
}
|
|
|
|
|
|
-.ui-select-bootstrap > .ui-select-match > .btn{
|
|
|
+.ui-select-bootstrap > .ui-select-match > .btn {
|
|
|
/* Instead of center because of .btn */
|
|
|
text-align: left !important;
|
|
|
}
|
|
|
@@ -198,7 +203,7 @@ body > .select2-container.open {
|
|
|
}
|
|
|
|
|
|
/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
|
|
|
-.ui-select-bootstrap > .ui-select-choices ,.ui-select-bootstrap > .ui-select-no-choice {
|
|
|
+.ui-select-bootstrap > .ui-select-choices, .ui-select-bootstrap > .ui-select-no-choice {
|
|
|
width: 100%;
|
|
|
height: auto;
|
|
|
max-height: 200px;
|
|
|
@@ -261,62 +266,64 @@ body > .ui-select-bootstrap.open {
|
|
|
border-right: 1px solid #428bca;
|
|
|
}
|
|
|
|
|
|
-.ui-select-bootstrap .ui-select-choices-row>span {
|
|
|
- cursor: pointer;
|
|
|
- display: block;
|
|
|
- padding: 3px 20px;
|
|
|
- clear: both;
|
|
|
- font-weight: 400;
|
|
|
- line-height: 1.42857143;
|
|
|
- color: #333;
|
|
|
- white-space: nowrap;
|
|
|
+.ui-select-bootstrap .ui-select-choices-row > span {
|
|
|
+ cursor: pointer;
|
|
|
+ display: block;
|
|
|
+ padding: 3px 20px;
|
|
|
+ clear: both;
|
|
|
+ font-weight: 400;
|
|
|
+ line-height: 1.42857143;
|
|
|
+ color: #333;
|
|
|
+ white-space: nowrap;
|
|
|
}
|
|
|
|
|
|
-.ui-select-bootstrap .ui-select-choices-row>span:hover, .ui-select-bootstrap .ui-select-choices-row>span:focus {
|
|
|
- text-decoration: none;
|
|
|
- color: #262626;
|
|
|
- background-color: #f5f5f5;
|
|
|
+.ui-select-bootstrap .ui-select-choices-row > span:hover, .ui-select-bootstrap .ui-select-choices-row > span:focus {
|
|
|
+ text-decoration: none;
|
|
|
+ color: #262626;
|
|
|
+ background-color: #f5f5f5;
|
|
|
}
|
|
|
|
|
|
-.ui-select-bootstrap .ui-select-choices-row.active>span {
|
|
|
- color: #fff;
|
|
|
- text-decoration: none;
|
|
|
- outline: 0;
|
|
|
- background-color: #428bca;
|
|
|
+.ui-select-bootstrap .ui-select-choices-row.active > span {
|
|
|
+ color: #fff;
|
|
|
+ text-decoration: none;
|
|
|
+ outline: 0;
|
|
|
+ background-color: #428bca;
|
|
|
}
|
|
|
|
|
|
-.ui-select-bootstrap .ui-select-choices-row.disabled>span,
|
|
|
-.ui-select-bootstrap .ui-select-choices-row.active.disabled>span {
|
|
|
- color: #777;
|
|
|
- cursor: not-allowed;
|
|
|
- background-color: #fff;
|
|
|
+.ui-select-bootstrap .ui-select-choices-row.disabled > span,
|
|
|
+.ui-select-bootstrap .ui-select-choices-row.active.disabled > span {
|
|
|
+ color: #777;
|
|
|
+ cursor: not-allowed;
|
|
|
+ background-color: #fff;
|
|
|
}
|
|
|
|
|
|
/* fix hide/show angular animation */
|
|
|
.ui-select-match.ng-hide-add,
|
|
|
.ui-select-search.ng-hide-add {
|
|
|
- display: none !important;
|
|
|
+ display: none !important;
|
|
|
}
|
|
|
|
|
|
/* Mark invalid Bootstrap */
|
|
|
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
|
|
|
- border-color: #D44950;
|
|
|
+ border-color: #D44950;
|
|
|
}
|
|
|
|
|
|
/* Handle up direction Bootstrap */
|
|
|
.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown {
|
|
|
- box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
|
|
|
+ box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
|
|
|
}
|
|
|
|
|
|
.ui-select-bootstrap .ui-select-match-text {
|
|
|
- width: 100%;
|
|
|
- padding-right: 1em;
|
|
|
+ width: 100%;
|
|
|
+ padding-right: 1em;
|
|
|
}
|
|
|
+
|
|
|
.ui-select-bootstrap .ui-select-match-text span {
|
|
|
- display: inline-block;
|
|
|
- width: 100%;
|
|
|
- overflow: hidden;
|
|
|
+ display: inline-block;
|
|
|
+ width: 100%;
|
|
|
+ overflow: hidden;
|
|
|
}
|
|
|
+
|
|
|
.ui-select-bootstrap .ui-select-toggle > a.btn {
|
|
|
position: absolute;
|
|
|
height: 10px;
|
|
|
@@ -326,10 +333,10 @@ body > .ui-select-bootstrap.open {
|
|
|
|
|
|
/* Spinner */
|
|
|
.ui-select-refreshing.glyphicon {
|
|
|
- position: absolute;
|
|
|
- right: 0;
|
|
|
- padding: 8px 27px;
|
|
|
- }
|
|
|
+ position: absolute;
|
|
|
+ right: 0;
|
|
|
+ padding: 8px 27px;
|
|
|
+}
|
|
|
|
|
|
@-webkit-keyframes ui-select-spin {
|
|
|
0% {
|
|
|
@@ -341,6 +348,7 @@ body > .ui-select-bootstrap.open {
|
|
|
transform: rotate(359deg);
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
@keyframes ui-select-spin {
|
|
|
0% {
|
|
|
-webkit-transform: rotate(0deg);
|