jsuites 4.16.8 → 4.16.10

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.
@@ -17,7 +17,7 @@
17
17
 
18
18
  var jSuites = {};
19
19
 
20
- var Version = '4.16.8';
20
+ var Version = '4.16.10';
21
21
 
22
22
  var Events = function() {
23
23
 
package/dist/jsuites.css CHANGED
@@ -900,6 +900,7 @@ div[data-before]:before {
900
900
  color: #555;
901
901
  text-decoration: none;
902
902
  flex: 1;
903
+ cursor: pointer;
903
904
  }
904
905
 
905
906
  .jcontextmenu > div span {
@@ -910,6 +911,10 @@ div[data-before]:before {
910
911
  color: #ccc;
911
912
  }
912
913
 
914
+ .jcontextmenu .jcontextmenu-disabled::before {
915
+ color: #ccc;
916
+ }
917
+
913
918
  .jcontextmenu > div:hover {
914
919
  background: #ebebeb;
915
920
  }
@@ -1826,6 +1831,11 @@ div[data-before]:before {
1826
1831
  supported by Chrome and Opera */
1827
1832
  }
1828
1833
 
1834
+ .jmodal_content .jcalendar .jcalendar-content,
1835
+ .jmodal_content .jdropdown-container {
1836
+ position: fixed;
1837
+ }
1838
+
1829
1839
 
1830
1840
  .jnotification {
1831
1841
  position: fixed;
package/dist/jsuites.js CHANGED
@@ -17,7 +17,7 @@
17
17
 
18
18
  var jSuites = {};
19
19
 
20
- var Version = '4.16.8';
20
+ var Version = '4.16.10';
21
21
 
22
22
  var Events = function() {
23
23
 
package/package.json CHANGED
@@ -19,7 +19,7 @@
19
19
  "javascript plugins"
20
20
  ],
21
21
  "main": "dist/jsuites.js",
22
- "version": "4.16.8",
22
+ "version": "4.16.10",
23
23
  "bugs": "https://github.com/jsuites/jsuites/issues",
24
24
  "homepage": "https://github.com/jsuites/jsuites",
25
25
  "docs": "https://jsuites.net",