Skip to content

Commit 50ff0ae

Browse files
author
ange007
committed
Автоматическая сборка (240)
1 parent b6d012b commit 50ff0ae

14 files changed

+1987
-2017
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# ChangeLog
2+
## v2.1.5 <sup>21.01.2019</sup>:
3+
* Optimized **select** auto-width.
4+
* Add status line to AJAX search in **select**.
5+
* Add "List is Empty" status to **select**.
6+
* Updated packages and `gulpfile.js`.
7+
28
## v2.1.3 <sup>11.03.2018</sup>:
39
* Partial translation DEMO to English *(this is the basis for further translation of sources into English)**(any help is welcome)*.
410
* Modified stylized **input** and **buttons**.

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "jquery.formstyler-modern",
3-
"version": "2.1.2",
3+
"version": "2.1.5",
44
"description": "JQuery HTML form styling plugin",
55
"license": "MIT",
66
"authors": [
7-
{
7+
{
88
"name": "Borisenko Vladimir",
99
"email": "[email protected]",
1010
"url": "https://github.com/ange007/JQueryFormStyler-Modern/"
11-
}
11+
}
1212
],
1313
"keywords": [
1414
"jquery-plugin",

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ange007/jquery-formstyler-modern",
3-
"version": "2.1.3",
3+
"version": "2.1.5",
44
"description": "JQuery HTML form styling plugin",
55
"homepage": "https://github.com/ange007/JQueryFormStyler-Modern",
66
"license": "MIT",

jquery.formStylerModern.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@
378378
.jq-selectbox .placeholder {
379379
color: #888; }
380380

381-
.jq-selectbox .jq-selectbox__not-found {
381+
.jq-selectbox .jq-selectbox__search-status {
382382
display: none;
383383
background: #F0F0F0; }
384384

@@ -1023,7 +1023,7 @@ textarea.styler {
10231023
textarea.styler {
10241024
overflow: auto; }
10251025

1026-
input[type='search'].styler {
1026+
input[type=search].styler {
10271027
-webkit-appearance: none; }
10281028

10291029
input[type=button].styler {
@@ -1573,7 +1573,8 @@ input[type="file"].jq-hidden {
15731573
.jq-selectbox .jq-selectbox__search input::-webkit-search-cancel-button,
15741574
.jq-selectbox .jq-selectbox__search input::-webkit-search-decoration {
15751575
-webkit-appearance: none; }
1576-
.jq-selectbox .jq-selectbox__not-found {
1576+
.jq-selectbox .jq-selectbox__search-status,
1577+
.jq-selectbox .jq-selectbox__empty {
15771578
margin: 5px;
15781579
padding: 5px 8px 6px;
15791580
-webkit-user-select: none;

0 commit comments

Comments
 (0)