Built motion from commit 943eae279.|1.0.24
[motion.git] / public / bower_components / angular-ui-select / select.css
index 0e713bb..164bb12 100644 (file)
@@ -1,7 +1,7 @@
 /*!
  * ui-select
  * http://github.com/angular-ui/ui-select
- * Version: 0.19.7 - 2017-04-15T14:28:36.790Z
+ * Version: 0.19.3 - 2016-08-17T06:16:42.140Z
  * License: MIT
  */
 
@@ -100,15 +100,10 @@ body > .select2-container.open {
 }
 
 /* Fix input width for Selectize theme */
-.selectize-control.single > .selectize-input > input {
+.selectize-control > .selectize-input > input {
   width: 100%;
 }
 
-/* Fix line break when there's at least one item selected with the Selectize theme */
-.selectize-control.multi > .selectize-input > input {
-  margin: 0 !important;
-}
-
 /* Fix dropdown width for Selectize theme */
 .selectize-control > .selectize-dropdown {
   width: 100%;
@@ -322,41 +317,4 @@ body > .ui-select-bootstrap.open {
   height: 10px;
   right: 10px;
   margin-top: -2px;
-}
-
-/* Spinner */
-.ui-select-refreshing.glyphicon {
-    position: absolute;
-    right: 0;
-    padding: 8px 27px;
- }
-
-@-webkit-keyframes ui-select-spin {
-  0% {
-    -webkit-transform: rotate(0deg);
-    transform: rotate(0deg);
-  }
-  100% {
-    -webkit-transform: rotate(359deg);
-    transform: rotate(359deg);
-  }
-}
-@keyframes ui-select-spin {
-  0% {
-    -webkit-transform: rotate(0deg);
-    transform: rotate(0deg);
-  }
-  100% {
-    -webkit-transform: rotate(359deg);
-    transform: rotate(359deg);
-  }
-}
-
-.ui-select-spin {
-  -webkit-animation: ui-select-spin 2s infinite linear;
-  animation: ui-select-spin 2s infinite linear;
-}
-
-.ui-select-refreshing.ng-animate {
-  -webkit-animation: none 0s;
-}
+}
\ No newline at end of file