Skip to content

Commit

Permalink
Released 0.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianreavis committed Oct 12, 2013
1 parent 5b384e9 commit 3a830f2
Show file tree
Hide file tree
Showing 18 changed files with 884 additions and 373 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "selectize",
"keywords": ["select", "ui", "form", "input", "control", "autocomplete", "tagging", "tag"],
"description": "Selectize is a jQuery-based custom <select> UI control. Useful for tagging, contact lists, country selectors, etc.",
"version": "0.7.7",
"version": "0.8.0",
"license": "Apache License, Version 2.0",
"readmeFilename": "README.md",
"repository": {
Expand Down
30 changes: 24 additions & 6 deletions dist/css/selectize.bootstrap2.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* selectize.bootstrap2.css (v0.7.7) - Bootstrap 2 Theme
* selectize.bootstrap2.css (v0.8.0) - Bootstrap 2 Theme
* Copyright (c) 2013 Brian Reavis & contributors
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
Expand Down Expand Up @@ -115,6 +115,14 @@
border-left-color: #0077b3;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
border-left-color: #e0e0e0;
}

.selectize-control {
position: relative;
}
Expand All @@ -130,7 +138,7 @@
}

.selectize-input,
.selectize-control.single .selectize-input.focus {
.selectize-control.single .selectize-input.input-active {
display: inline-block;
cursor: text;
background: #ffffff;
Expand Down Expand Up @@ -312,8 +320,8 @@
cursor: pointer;
}

.selectize-control.single .selectize-input.focus,
.selectize-control.single .selectize-input.focus input {
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
cursor: text;
}

Expand All @@ -337,6 +345,15 @@
border-width: 0 5px 5px 5px;
}

.selectize-control.rtl.single .selectize-input:after {
right: auto;
left: 15px;
}

.selectize-control.rtl .selectize-input > input {
margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
background-color: #ffffff;
opacity: 0.5;
Expand Down Expand Up @@ -413,8 +430,9 @@
display: none;
}

.selectize-input.focus,
.selectize-input.focus:hover {
.selectize-input.input-active,
.selectize-input.input-active:hover,
.selectize-control.multi .selectize-input.focus {
background: #ffffff !important;
border-color: rgba(82, 168, 236, 0.8) !important;
outline: 0 !important;
Expand Down
25 changes: 21 additions & 4 deletions dist/css/selectize.bootstrap3.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* selectize.bootstrap3.css (v0.7.7) - Bootstrap 3 Theme
* selectize.bootstrap3.css (v0.8.0) - Bootstrap 3 Theme
* Copyright (c) 2013 Brian Reavis & contributors
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
Expand Down Expand Up @@ -115,6 +115,14 @@
border-left-color: rgba(0, 0, 0, 0);
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
border-left-color: rgba(77, 77, 77, 0);
}

.selectize-control {
position: relative;
}
Expand All @@ -130,7 +138,7 @@
}

.selectize-input,
.selectize-control.single .selectize-input.focus {
.selectize-control.single .selectize-input.input-active {
display: inline-block;
cursor: text;
background: #ffffff;
Expand Down Expand Up @@ -312,8 +320,8 @@
cursor: pointer;
}

.selectize-control.single .selectize-input.focus,
.selectize-control.single .selectize-input.focus input {
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
cursor: text;
}

Expand All @@ -337,6 +345,15 @@
border-width: 0 5px 5px 5px;
}

.selectize-control.rtl.single .selectize-input:after {
right: auto;
left: 17px;
}

.selectize-control.rtl .selectize-input > input {
margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
background-color: #ffffff;
opacity: 0.5;
Expand Down
25 changes: 21 additions & 4 deletions dist/css/selectize.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* selectize.css (v0.7.7)
* selectize.css (v0.8.0)
* Copyright (c) 2013 Brian Reavis & contributors
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
Expand Down Expand Up @@ -115,6 +115,14 @@
border-left-color: #cacaca;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
border-left-color: #ffffff;
}

.selectize-control {
position: relative;
}
Expand All @@ -130,7 +138,7 @@
}

.selectize-input,
.selectize-control.single .selectize-input.focus {
.selectize-control.single .selectize-input.input-active {
display: inline-block;
cursor: text;
background: #ffffff;
Expand Down Expand Up @@ -312,8 +320,8 @@
cursor: pointer;
}

.selectize-control.single .selectize-input.focus,
.selectize-control.single .selectize-input.focus input {
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
cursor: text;
}

Expand All @@ -337,6 +345,15 @@
border-width: 0 5px 5px 5px;
}

.selectize-control.rtl.single .selectize-input:after {
right: auto;
left: 15px;
}

.selectize-control.rtl .selectize-input > input {
margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
background-color: #fafafa;
opacity: 0.5;
Expand Down
35 changes: 30 additions & 5 deletions dist/css/selectize.default.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* selectize.default.css (v0.7.7) - Default Theme
* selectize.default.css (v0.8.0) - Default Theme
* Copyright (c) 2013 Brian Reavis & contributors
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
Expand Down Expand Up @@ -115,6 +115,14 @@
border-left-color: #00578d;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
border-left-color: #aaaaaa;
}

.selectize-control {
position: relative;
}
Expand All @@ -130,7 +138,7 @@
}

.selectize-input,
.selectize-control.single .selectize-input.focus {
.selectize-control.single .selectize-input.input-active {
display: inline-block;
cursor: text;
background: #ffffff;
Expand Down Expand Up @@ -312,8 +320,8 @@
cursor: pointer;
}

.selectize-control.single .selectize-input.focus,
.selectize-control.single .selectize-input.focus input {
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
cursor: text;
}

Expand All @@ -337,6 +345,15 @@
border-width: 0 5px 5px 5px;
}

.selectize-control.rtl.single .selectize-input:after {
right: auto;
left: 15px;
}

.selectize-control.rtl .selectize-input > input {
margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
background-color: #fafafa;
opacity: 0.5;
Expand All @@ -351,11 +368,19 @@
color: #999;
text-shadow: none;
background: none;
border-color: #e6e6e6;
-webkit-box-shadow: none;
box-shadow: none;
}

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
border-color: #e6e6e6;
}

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
background: none;
}

.selectize-control.multi .selectize-input [data-value] {
text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
background-color: #1b9dec;
Expand Down
25 changes: 21 additions & 4 deletions dist/css/selectize.legacy.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* selectize.legacy.css (v0.7.7) - Default Theme
* selectize.legacy.css (v0.8.0) - Default Theme
* Copyright (c) 2013 Brian Reavis & contributors
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
Expand Down Expand Up @@ -115,6 +115,14 @@
border-left-color: #6f9839;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
border-left-color: #b4b4b4;
}

.selectize-control {
position: relative;
}
Expand All @@ -130,7 +138,7 @@
}

.selectize-input,
.selectize-control.single .selectize-input.focus {
.selectize-control.single .selectize-input.input-active {
display: inline-block;
cursor: text;
background: #ffffff;
Expand Down Expand Up @@ -312,8 +320,8 @@
cursor: pointer;
}

.selectize-control.single .selectize-input.focus,
.selectize-control.single .selectize-input.focus input {
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
cursor: text;
}

Expand All @@ -337,6 +345,15 @@
border-width: 0 5px 5px 5px;
}

.selectize-control.rtl.single .selectize-input:after {
right: auto;
left: 15px;
}

.selectize-control.rtl .selectize-input > input {
margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
background-color: #fafafa;
opacity: 0.5;
Expand Down
Loading

0 comments on commit 3a830f2

Please sign in to comment.