isite 2021.11.24 → 2021.11.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -114,11 +114,9 @@ i-checkbox .selector.un-selected .fa{
114
114
  i-checkbox .selector.selected {
115
115
  background: #ffffff;
116
116
  color: #ffffff;
117
- border: 4px solid #000000;
118
117
  background: #118011;
119
118
  }
120
119
  i-checkbox .selector.un-selected {
121
120
  background: #aaa;
122
121
  color: #fff;
123
- border: 5px solid #bbb;
124
122
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isite",
3
- "version": "2021.11.24",
3
+ "version": "2021.11.25",
4
4
  "description": "Create Enterprise Multi-Language Web Site [Fast and Easy] ",
5
5
  "main": "index.js",
6
6
  "repository": {