Searched refs:themeStyles (Results 1 – 3 of 3) sorted by relevance
160 $themeStyles = $this->getSidebarThemeStyles($theme);164 $btnTextColor = ($theme === 'professional') ? '#fff' : $themeStyles['bg'];203 …="' . $theme . '" data-theme-styles="' . htmlspecialchars(json_encode($themeStyles)) . '" data-imp…208 --background-site: ' . $themeStyles['bg'] . ';209 --background-alt: ' . $themeStyles['cell_bg'] . ';210 --background-header: ' . $themeStyles['header_bg'] . ';211 --text-primary: ' . $themeStyles['text_primary'] . ';212 --text-dim: ' . $themeStyles['text_dim'] . ';213 --text-bright: ' . $themeStyles['text_bright'] . ';214 --border-color: ' . $themeStyles['grid_border'] . ';[all …]
1613 - Wiki theme event highlight (when clicking calendar bar) now uses `themeStyles.header_bg` (`__back…1629 - Added `background` from `$themeStyles['bg']` to section container1678 - Wiki theme Today/Tomorrow/Important section header text now uses `$themeStyles['text_primary']` (…1694 - Container background set from `$themeStyles['bg']` with `!important`1748 - Both tooltip functions use theme-derived colors from `$themeStyles`1750 - Background from `$themeStyles['bg']`, divider borders use theme accent colors1928 - **Changed:** Week grid JS theme colors now use actual $themeStyles values1974 - **Fixed:** Popup footer and "+ Add Event" button were using inline themeStyles — now use CSS vars1981 - **Changed:** Conflict tooltip reads CSS vars via getComputedStyle instead of data-themeStyles2930 background: $themeStyles['border'], // Theme's accent color![all …]
257 let themeStyles = {};259 themeStyles = JSON.parse(container.dataset.themeStyles || '{}');262 themeStyles = {};552 let themeStyles = {};553 if (container && container.dataset.themeStyles) {555 themeStyles = JSON.parse(container.dataset.themeStyles);738 const themeStyles = container ? JSON.parse(container.dataset.themeStyles || '{}') : {};1006 let themeStyles = {};1008 if (container && container.dataset.themeStyles) {1010 themeStyles = JSON.parse(container.dataset.themeStyles);[all …]