[Rt-commit] rt branch, 4.6/selectize-multiple-user-inputs, repushed

? sunnavy sunnavy at bestpractical.com
Wed May 8 09:24:08 EDT 2019


The branch 4.6/selectize-multiple-user-inputs was deleted and repushed:
       was 90c385345aef758638b6d1e888fd57b408e235a1
       now 689ad00e31a36b2033a74761c1e40e76c891496e

1: 23f81caae = 1: 23f81caae Add sortable component to jQuery UI, which is needed for Selectize
2: 3428fd96b = 2: 3428fd96b Add Selectize js lib to RT
3: 60f729e4e ! 3: d5e1bd5ca Switch to Selectize for multiple user inputs
    @@ -35,6 +35,48 @@
      @import "shredder.css";
      @import "selectize.default.css";
     + at import "selectize.customized.css";
    +
    +diff --git a/share/static/css/base/selectize.customized.css b/share/static/css/base/selectize.customized.css
    +new file mode 100644
    +--- /dev/null
    ++++ b/share/static/css/base/selectize.customized.css
    +@@
    ++.selectize-control.plugin-remove_button [data-value] .remove {
    ++  border-left: none;
    ++}
    ++
    ++.selectize-input {
    ++  padding: 5px 5px;
    ++  z-index: auto;
    ++  min-height: 34px;
    ++}
    ++
    ++.selectize-control.multi .selectize-input > div {
    ++  margin-right: 3px;
    ++  border: none;
    ++}
    ++.selectize-control.multi .selectize-input > div.active {
    ++  border: none;
    ++}
    ++
    ++.selectize-control.multi .selectize-input [data-value] {
    ++  background-image: -moz-linear-gradient(top, #4868b3, #4868b3);
    ++  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4868b3), to(#4868b3));
    ++  background-image: -webkit-linear-gradient(top, #4868b3, #4868b3);
    ++  background-image: -o-linear-gradient(top, #4868b3, #4868b3);
    ++  background-image: linear-gradient(to bottom, #4868b3, #4868b3);
    ++  background-repeat: repeat-x;
    ++  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4868b3', endColorstr='#ff4868b3', GradientType=0);
    ++}
    ++.selectize-control.multi .selectize-input [data-value].active {
    ++  background-color: #0085d4;
    ++  background-image: -moz-linear-gradient(top, #284691, #284691);
    ++  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#284691), to(#284691));
    ++  background-image: -webkit-linear-gradient(top, #284691, #284691);
    ++  background-image: -o-linear-gradient(top, #284691, #284691);
    ++  background-image: linear-gradient(to bottom, #284691, #284691);
    ++  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff284691', endColorstr='#ff284691', GradientType=0);
    ++}
     
     diff --git a/share/static/js/autocomplete.js b/share/static/js/autocomplete.js
     --- a/share/static/js/autocomplete.js
4: 90c385345 = 4: 689ad00e3 Add css to Theme.html for multiple user input bubbles



More information about the rt-commit mailing list