diff --git a/bower.json b/bower.json index 33b4ec1..8d42df7 100644 --- a/bower.json +++ b/bower.json @@ -1,24 +1,24 @@ { - "name": "evol-colorpicker", - "version": "3.4.3", - "description": "jQuery UI widget for web color picking which looks like the one in Microsoft Office 2010.", - "homepage": "http://evoluteur.github.io/colorpicker/", - "main": "js/evol-colorpicker.min.js", - "authors": ["Olivier Giulieri (https://evoluteur.github.io/)"], - "license": "MIT", - "keywords": [ - "colorpicker", - "color", - "picker", - "palette", - "jquery", - "jquery-ui", - "ui", - "widget", - "popup", - "web", - "input", - "form", - "jquery-plugin" - ] + "name": "evol-colorpicker", + "version": "3.4.4", + "description": "jQuery UI widget for web color picking which looks like the one in Microsoft Office 2010.", + "homepage": "http://evoluteur.github.io/colorpicker/", + "main": "js/evol-colorpicker.min.js", + "authors": ["Olivier Giulieri (https://evoluteur.github.io/)"], + "license": "MIT", + "keywords": [ + "colorpicker", + "color", + "picker", + "palette", + "jquery", + "jquery-ui", + "ui", + "widget", + "popup", + "web", + "input", + "form", + "jquery-plugin" + ] } diff --git a/css/evol-colorpicker.css b/css/evol-colorpicker.css index 7a0a60c..1efc256 100644 --- a/css/evol-colorpicker.css +++ b/css/evol-colorpicker.css @@ -1,5 +1,5 @@ /* - evol-colorpicker 3.4.3 + evol-colorpicker 3.4.4 (c) 2024 Olivier Giulieri http://evoluteur.github.io/colorpicker/ */ @@ -36,7 +36,7 @@ .evo-palette-ie { border-collapse: separate; border-spacing: 4px 0px; - *border-collapse: expression("separate", cellSpacing= "2px"); + *border-collapse: expression('separate', cellSpacing='2px'); } .evo-palette th, .evo-palette-ie th { @@ -145,13 +145,7 @@ float: left; } .evo-transparent { - background-image: repeating-linear-gradient( - 135deg, - black, - black 1px, - white 1px, - white 3px - ); + background-image: repeating-linear-gradient(135deg, black, black 1px, white 1px, white 3px); } .evo-tr-box { cursor: pointer; diff --git a/documentation.html b/documentation.html index feeb629..5414a8f 100644 --- a/documentation.html +++ b/documentation.html @@ -38,7 +38,7 @@