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.
- package/dist/jsuites.basic.js +1 -1
- package/dist/jsuites.css +10 -0
- package/dist/jsuites.js +1 -1
- package/package.json +1 -1
package/dist/jsuites.basic.js
CHANGED
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
package/package.json
CHANGED