flexmonster 2.9.71 → 2.9.73
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/flexmonster.css +2 -1
- package/flexmonster.full.js +1451 -1410
- package/flexmonster.js +1448 -1407
- package/flexmonster.min.css +1 -1
- package/localizations/es.json +14 -14
- package/localizations/pt.json +237 -236
- package/package.json +1 -1
- package/theme/accessible/flexmonster.css +2 -1
- package/theme/accessible/flexmonster.min.css +1 -1
- package/theme/blackorange/flexmonster.css +2 -1
- package/theme/blackorange/flexmonster.min.css +1 -1
- package/theme/brightorange/flexmonster.css +2 -1
- package/theme/brightorange/flexmonster.min.css +1 -1
- package/theme/dark/flexmonster.css +2 -1
- package/theme/dark/flexmonster.min.css +1 -1
- package/theme/flexmonster-base.less +3 -2
- package/theme/green/flexmonster.css +2 -1
- package/theme/green/flexmonster.min.css +1 -1
- package/theme/lightblue/flexmonster.css +2 -1
- package/theme/lightblue/flexmonster.min.css +1 -1
- package/theme/macos/flexmonster.css +2 -1
- package/theme/macos/flexmonster.min.css +1 -1
- package/theme/midnight/flexmonster.css +2 -1
- package/theme/midnight/flexmonster.min.css +1 -1
- package/theme/old/flexmonster.css +2 -1
- package/theme/old/flexmonster.min.css +1 -1
- package/theme/orange/flexmonster.css +2 -1
- package/theme/orange/flexmonster.min.css +1 -1
- package/theme/purple/flexmonster.css +2 -1
- package/theme/purple/flexmonster.min.css +1 -1
- package/theme/softdefault/flexmonster.css +2 -1
- package/theme/softdefault/flexmonster.min.css +1 -1
- package/theme/stripedblue/flexmonster.css +2 -1
- package/theme/stripedblue/flexmonster.min.css +1 -1
- package/theme/stripedteal/flexmonster.css +2 -1
- package/theme/stripedteal/flexmonster.min.css +1 -1
- package/theme/teal/flexmonster.css +2 -1
- package/theme/teal/flexmonster.min.css +1 -1
- package/theme/yellow/flexmonster.css +2 -1
- package/theme/yellow/flexmonster.min.css +1 -1
- package/toolbar/flexmonster.toolbar.js +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@import (reference) "default/flexmonster.less";
|
|
2
2
|
|
|
3
3
|
:root {
|
|
4
|
-
--fm-version: "2.9.
|
|
4
|
+
--fm-version: "2.9.73";
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
/* ===== RESET STYLES ===== */
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
-moz-transform: rotate(@deg * 1deg);
|
|
155
155
|
transform: rotate(@deg * 1deg);
|
|
156
156
|
-o-transform: rotate(@deg * 1deg);
|
|
157
|
-
@IEdeg: round(@deg / 90, 0);
|
|
157
|
+
@IEdeg: round((@deg / 90), 0);
|
|
158
158
|
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=@IEdeg);
|
|
159
159
|
}
|
|
160
160
|
|
|
@@ -1827,6 +1827,7 @@
|
|
|
1827
1827
|
border-bottom: none;
|
|
1828
1828
|
}
|
|
1829
1829
|
|
|
1830
|
+
&.fm-ui-active,
|
|
1830
1831
|
&:hover {
|
|
1831
1832
|
background-color: @ui-background-light;
|
|
1832
1833
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
:root {
|
|
2
|
-
--fm-version: "2.9.
|
|
2
|
+
--fm-version: "2.9.73";
|
|
3
3
|
}
|
|
4
4
|
/* ===== RESET STYLES ===== */
|
|
5
5
|
#fm-pivot-view,
|
|
@@ -2026,6 +2026,7 @@
|
|
|
2026
2026
|
#fm-pivot-view .fm-ui-context-menu .fm-ui-list li:last-child {
|
|
2027
2027
|
border-bottom: none;
|
|
2028
2028
|
}
|
|
2029
|
+
#fm-pivot-view .fm-ui-context-menu .fm-ui-list li.fm-ui-active,
|
|
2029
2030
|
#fm-pivot-view .fm-ui-context-menu .fm-ui-list li:hover {
|
|
2030
2031
|
background-color: #ebfada;
|
|
2031
2032
|
}
|