@webdatarocks/webdatarocks
Version:
Free web pivot table tool. Created by industry experts for everyone.
141 lines (123 loc) • 5.37 kB
text/less
/**
* WebDataRocks Reporting v1.4.19 (https://www.webdatarocks.com/)
* Copyright 2025 WebDataRocks All rights reserved
*
* By downloading, installing, and/or using WebDataRocks, you agree with the terms of
* WebDataRocks End User License Agreement, a copy of which is located at: https://www.webdatarocks.com/license-agreement/.
*/
@import "..\webdatarocks-base.less";
@font-family: Arial, sans-serif;
@font-size: 12px;
@font-size-mobile: 14px;
/* ===== theme colors ===== */
/* ===== not used in webdatarocks-base.less directly; used in this file to define bg, border and other colors ===== */
@theme-color: #009688;
@theme-color-dark: #018275;
@theme-color-superdark: #007A6E;
@theme-color-midlight: #00897B; //cdcdcd;
@theme-color-light: #ABE8E2; //#ebebeb;
@theme-color-superlight: #E5F6F5;
@theme-color-supersuperlight: #FFFFFF;
@theme-color-danger: #F44336;
/* ===== basic grey colors, common for all themes ===== */
@theme-base-color: #999;
@theme-base-color-dark: #555;
@theme-base-color-superdark: #3c3c3c;
@theme-base-color-midlight: #d5d5d5;//cdcdcd;
@theme-base-color-light: #ABE8E2;//#ebebeb;
@theme-base-color-superlight: #f7f7f7;
@theme-base-color-supersuperlight: #fbfbfb;
/* ===== text colors ===== */
@theme-text-color: #111;
@theme-text-color-inverted: #fff;
@theme-text-color-midlight: #888;
@theme-text-color-light: @theme-text-color;//#999;
@theme-text-color-superlight: #cecece;
@toolbar-text-color: @theme-text-color;
/* ===== background colors ===== */
@background-base-color: #fff;
@background-ui-element-base-color: #fff;
@ui-background-dark: @theme-color-dark;
@ui-background: @theme-color-dark;
@ui-background-light: @theme-color-superlight;
@ui-background-superlight: @theme-color-supersuperlight;
/* ===== border colors ===== */
@ui-border-color-dark: @theme-color-dark;
@ui-border-color: @theme-color;//#999;
@ui-border-color-light: #007f72;//@theme-color-light;//#d5d5d5;
@ui-border-color-superlight: @theme-color-superlight;
@ui-border-dark: 1px solid @ui-border-color-dark;
@ui-border: 1px solid @ui-border-color;
@ui-border-light: 1px solid @ui-border-color-light;
@ui-border-superlight: 1px solid @ui-border-color-superlight;
/* ===== grid ===== */
@grid-sheet-header-text-color: #CCE7E5;
@grid-sheet-header-color: @theme-color-midlight;
@grid-sheet-header-border-color: @theme-color-superdark;
@grid-sheet-header-border: 1px solid @grid-sheet-header-border-color;
@grid-icon-color: @theme-color-supersuperlight;
@grid-table-header-text-color: @theme-text-color-inverted;
@grid-table-header-color: @theme-color;
@grid-table-header-border-color: darken(@grid-table-header-color, 4.5%);
@grid-table-header-border: 1px solid @grid-table-header-border-color;
@grid-filter-color: @theme-color-dark;
@grid-filter-color-hover: @theme-color-superdark;
@grid-filter-text-color: #fff;
@grid-filter-subtext-color: @grid-filter-text-color;
@grid-filter-icon-color: @grid-filter-text-color;
@grid-cell-color: @background-base-color;
@grid-cell-text-color: @theme-text-color;
@grid-cell-border-color: #7eaca7;
@grid-cell-border: 1px solid @grid-cell-border-color;
@grid-drilldown-link-text-color: @theme-color-supersuperlight;
@grid-selection-canvas-color: #31ffe954;
@grid-selection-canvas-border: 1px solid #019b8c;
@grid-auto-calculation-bar: #019b8c;
@grid-accent-color: darken(@theme-color-superdark, 5%);
/* ===== ui ===== */
@ui-component-border: @ui-border-light;
@ui-pop-up-border: @ui-border-light;
@ui-element-border-color: @ui-border-color-light;
@ui-element-border: @ui-border-light;
@ui-element-inner-border: @ui-border-light;
@ui-element-text-color: @theme-text-color;
@ui-element-font-size: 14px;
@ui-btn-color: @ui-background-light;
@ui-btn-color-hover: lighten(@ui-btn-color, 3%);
@ui-btn-color-light-hover: @ui-background-superlight;
@ui-btn-color-dark-color-hover: @theme-color-superdark;
@ui-btn-font-size: 14px;
@ui-btn-text-color: @theme-color-dark;
@ui-btn-dark-text-color: @theme-text-color-inverted;
@ui-btn-light-text-color: @theme-text-color-light;
@ui-btn-toggle-text-color: @theme-text-color-light;
@ui-btn-toggle-selected-text-color: @ui-element-text-color;
@ui-btn-toggle-dark-text-color: @ui-element-text-color;
@ui-btn-toggle-dark-selected-text-color: @theme-text-color-inverted;
@ui-btn-calc-text-color: @theme-text-color-inverted;
@ui-icon-color: @theme-color-dark;
@ui-icon-color-dark: @theme-color-superdark;
@ui-label-color-dark: @theme-color-dark;
@ui-label-color: @theme-text-color;
@ui-label-color-light: @theme-color-superdark;
@ui-label-font-size: 14px;
@ui-text-area-color: @ui-element-text-color;
@ui-title-color: @theme-text-color;
@ui-title-font-size: 24px;
@ui-title-font-size-smaller: 18px;
@ui-subtitle-color: @ui-label-color-light;
@ui-subtitle-font-size: @ui-label-font-size;
@ui-prompt-color: @theme-color-midlight;
@ui-prompt-icon-color: @ui-border-color-superlight;
//row alternating colors for grid cells:
#wdr-pivot-view .wdr-grid-layout {
.wdr-cell[data-n="even"]:not(.wdr-empty):not(.wdr-header) {
background-color: @theme-color-superlight;
}
}
//row alternating colors for row headers:
#wdr-pivot-view #wdr-rows-sheet {
.wdr-cell[data-n="odd"]:not(.wdr-empty) {
background-color: #0BA99A;
}
}