flexmonster 2.9.4 → 2.9.8
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 +4 -0
- package/flexmonster.es5.full.js +2578 -2569
- package/flexmonster.es5.js +2577 -2568
- package/flexmonster.full.js +2225 -2216
- package/flexmonster.js +2224 -2215
- package/flexmonster.min.css +1 -1
- package/lib/flexmonster.fusioncharts.js +2 -2
- package/lib/flexmonster.googlecharts.js +2 -2
- package/lib/flexmonster.highcharts.js +1 -1
- package/package.json +1 -1
- package/theme/accessible/flexmonster.css +4 -0
- package/theme/accessible/flexmonster.min.css +1 -1
- package/theme/blackorange/flexmonster.css +10 -6
- package/theme/blackorange/flexmonster.less +3 -2
- package/theme/blackorange/flexmonster.min.css +1 -1
- package/theme/brightorange/flexmonster.css +4 -0
- package/theme/brightorange/flexmonster.less +1 -0
- package/theme/brightorange/flexmonster.min.css +1 -1
- package/theme/dark/flexmonster.css +4 -0
- package/theme/dark/flexmonster.less +1 -0
- package/theme/dark/flexmonster.min.css +1 -1
- package/theme/default/flexmonster.less +1 -0
- package/theme/flexmonster-base.less +6 -0
- package/theme/green/flexmonster.css +4 -0
- package/theme/green/flexmonster.less +1 -0
- package/theme/green/flexmonster.min.css +1 -1
- package/theme/lightblue/flexmonster.css +4 -0
- package/theme/lightblue/flexmonster.less +1 -0
- package/theme/lightblue/flexmonster.min.css +1 -1
- package/theme/macos/flexmonster.css +4 -0
- package/theme/macos/flexmonster.less +1 -0
- package/theme/macos/flexmonster.min.css +1 -1
- package/theme/midnight/flexmonster.css +7 -0
- package/theme/midnight/flexmonster.less +5 -0
- package/theme/midnight/flexmonster.min.css +1 -1
- package/theme/old/flexmonster.css +4 -0
- package/theme/old/flexmonster.less +1 -0
- package/theme/old/flexmonster.min.css +1 -1
- package/theme/orange/flexmonster.css +4 -0
- package/theme/orange/flexmonster.less +1 -0
- package/theme/orange/flexmonster.min.css +1 -1
- package/theme/purple/flexmonster.css +4 -0
- package/theme/purple/flexmonster.less +1 -0
- package/theme/purple/flexmonster.min.css +1 -1
- package/theme/softdefault/flexmonster.css +4 -0
- package/theme/softdefault/flexmonster.less +1 -0
- package/theme/softdefault/flexmonster.min.css +1 -1
- package/theme/stripedblue/flexmonster.css +4 -0
- package/theme/stripedblue/flexmonster.less +1 -0
- package/theme/stripedblue/flexmonster.min.css +1 -1
- package/theme/stripedteal/flexmonster.css +4 -0
- package/theme/stripedteal/flexmonster.less +1 -0
- package/theme/stripedteal/flexmonster.min.css +1 -1
- package/theme/teal/flexmonster.css +4 -0
- package/theme/teal/flexmonster.less +1 -0
- package/theme/teal/flexmonster.min.css +1 -1
- package/theme/yellow/flexmonster.css +4 -0
- package/theme/yellow/flexmonster.less +1 -0
- package/theme/yellow/flexmonster.min.css +1 -1
- package/toolbar/flexmonster.toolbar.js +1 -1
- package/types/flexmonster.d.ts +5 -0
|
@@ -2311,6 +2311,10 @@
|
|
|
2311
2311
|
#fm-pivot-view .fm-filter-view .fm-filters-table .fm-filters-table-content .fm-members-filter-list.fm-tree-list:not(.fm-is-searched) li {
|
|
2312
2312
|
padding-left: 0;
|
|
2313
2313
|
}
|
|
2314
|
+
#fm-pivot-view .fm-filter-view .fm-filters-table .fm-search-highlight {
|
|
2315
|
+
background-color: #FFFF00;
|
|
2316
|
+
font-weight: inherit;
|
|
2317
|
+
}
|
|
2314
2318
|
#fm-pivot-view .fm-filter-view .fm-filters-table .fm-filters-table-header {
|
|
2315
2319
|
border-bottom: 1px solid #555;
|
|
2316
2320
|
background: #FFF2ED;
|
|
@@ -6173,25 +6177,25 @@
|
|
|
6173
6177
|
}
|
|
6174
6178
|
#fm-toolbar-wrapper #fm-toolbar li svg {
|
|
6175
6179
|
transform: translateZ(0);
|
|
6176
|
-
fill: #
|
|
6180
|
+
fill: #3c3c3c;
|
|
6177
6181
|
}
|
|
6178
6182
|
#fm-toolbar-wrapper #fm-toolbar li svg .fill-border {
|
|
6179
|
-
fill: #
|
|
6183
|
+
fill: #3c3c3c;
|
|
6180
6184
|
}
|
|
6181
6185
|
#fm-toolbar-wrapper #fm-toolbar li svg .fill-background {
|
|
6182
|
-
fill: #
|
|
6186
|
+
fill: #FFBB9D;
|
|
6183
6187
|
}
|
|
6184
6188
|
#fm-toolbar-wrapper #fm-toolbar li a:hover svg,
|
|
6185
6189
|
#fm-toolbar-wrapper #fm-toolbar li li:hover > .fm-svg-icon > svg {
|
|
6186
|
-
fill: #
|
|
6190
|
+
fill: #232323;
|
|
6187
6191
|
}
|
|
6188
6192
|
#fm-toolbar-wrapper #fm-toolbar li a:hover svg .fill-border,
|
|
6189
6193
|
#fm-toolbar-wrapper #fm-toolbar li li:hover > .fm-svg-icon > svg .fill-border {
|
|
6190
|
-
fill: #
|
|
6194
|
+
fill: #232323;
|
|
6191
6195
|
}
|
|
6192
6196
|
#fm-toolbar-wrapper #fm-toolbar li a:hover svg .fill-background,
|
|
6193
6197
|
#fm-toolbar-wrapper #fm-toolbar li li:hover > .fm-svg-icon > svg .fill-background {
|
|
6194
|
-
fill: #
|
|
6198
|
+
fill: #ff986a;
|
|
6195
6199
|
}
|
|
6196
6200
|
#fm-toolbar-wrapper #fm-toolbar > li > a .fm-svg-icon,
|
|
6197
6201
|
#fm-toolbar-wrapper #fm-toolbar > .fm-toolbar-group-left > li > a .fm-svg-icon,
|
|
@@ -49,8 +49,8 @@ Used in this file to define bg, border and other colors
|
|
|
49
49
|
@toolbar-text-color: @theme-text-color;
|
|
50
50
|
@toolbar-background-color: @background-ui-element-base-color;
|
|
51
51
|
|
|
52
|
-
@toolbar-icon-fill-border:
|
|
53
|
-
@toolbar-icon-fill-background: #
|
|
52
|
+
@toolbar-icon-fill-border: @theme-base-color-superdark;
|
|
53
|
+
@toolbar-icon-fill-background: #FFBB9D;
|
|
54
54
|
|
|
55
55
|
@toolbar-dropdown-background-color: @background-ui-element-base-color;
|
|
56
56
|
@toolbar-dropdown-border: @ui-element-border;
|
|
@@ -154,6 +154,7 @@ Used in this file to define bg, border and other colors
|
|
|
154
154
|
@grid-filter-icon-color: @grid-icon-color;
|
|
155
155
|
|
|
156
156
|
/* ===== table header filters column area ===== */
|
|
157
|
+
@grid-table-header-filter-column-search-highlight: #FFFF00;
|
|
157
158
|
@grid-table-header-filter-column-pane-color: @theme-color;
|
|
158
159
|
@grid-table-header-filter-column-pane-text-color: @theme-text-color-inverted;
|
|
159
160
|
@grid-table-header-filter-column-pane-border-color: @theme-color-dark;
|