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: #6a6a6a;
|
|
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 #6a6a6a;
|
|
2316
2320
|
background: #3a3a3a;
|
|
@@ -7623,6 +7627,9 @@ Used in this file to define bg, border and other colors
|
|
|
7623
7627
|
/*-------------------------------------------------------
|
|
7624
7628
|
||||||||||| ADDITIONAL STYLES FOR THIS THEME ||||||||||||
|
|
7625
7629
|
---------------------------------------------------------*/
|
|
7630
|
+
#fm-toolbar-wrapper {
|
|
7631
|
+
background-color: #222222;
|
|
7632
|
+
}
|
|
7626
7633
|
#fm-pivot-view .fm-cols-sheet .fm-scroll-content div:last-child .fm-cell.fm-header:not(.fm-empty) {
|
|
7627
7634
|
border-bottom: 3px solid #404040;
|
|
7628
7635
|
background-color: #222222;
|
|
@@ -153,6 +153,7 @@ Used in this file to define bg, border and other colors
|
|
|
153
153
|
@grid-filter-icon-color: @grid-icon-color;
|
|
154
154
|
|
|
155
155
|
/* ===== table header filters column area ===== */
|
|
156
|
+
@grid-table-header-filter-column-search-highlight: #6a6a6a;
|
|
156
157
|
@grid-table-header-filter-column-pane-color: @theme-color-superdark;
|
|
157
158
|
@grid-table-header-filter-column-pane-text-color: @theme-text-color-midlight;
|
|
158
159
|
@grid-table-header-filter-column-pane-border-color: #343434;
|
|
@@ -362,6 +363,10 @@ Used in this file to define bg, border and other colors
|
|
|
362
363
|
||||||||||| ADDITIONAL STYLES FOR THIS THEME ||||||||||||
|
|
363
364
|
---------------------------------------------------------*/
|
|
364
365
|
|
|
366
|
+
#fm-toolbar-wrapper {
|
|
367
|
+
background-color: @background-ui-element-base-color;
|
|
368
|
+
}
|
|
369
|
+
|
|
365
370
|
#fm-pivot-view .fm-cols-sheet .fm-scroll-content {
|
|
366
371
|
div:last-child {
|
|
367
372
|
.fm-cell.fm-header:not(.fm-empty) {
|