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 …]
1634 - Wiki theme event highlight (when clicking calendar bar) now uses `themeStyles.header_bg` (`__back…1650 - Added `background` from `$themeStyles['bg']` to section container1699 - Wiki theme Today/Tomorrow/Important section header text now uses `$themeStyles['text_primary']` (…1715 - Container background set from `$themeStyles['bg']` with `!important`1769 - Both tooltip functions use theme-derived colors from `$themeStyles`1771 - Background from `$themeStyles['bg']`, divider borders use theme accent colors1949 - **Changed:** Week grid JS theme colors now use actual $themeStyles values1995 - **Fixed:** Popup footer and "+ Add Event" button were using inline themeStyles — now use CSS vars2002 - **Changed:** Conflict tooltip reads CSS vars via getComputedStyle instead of data-themeStyles2951 background: $themeStyles['border'], // Theme's accent color![all …]
257 let themeStyles = {};259 themeStyles = JSON.parse(container.dataset.themeStyles || '{}');262 themeStyles = {};650 let themeStyles = {};651 if (container && container.dataset.themeStyles) {653 themeStyles = JSON.parse(container.dataset.themeStyles);840 const themeStyles = container ? JSON.parse(container.dataset.themeStyles || '{}') : {};1108 let themeStyles = {};1110 if (container && container.dataset.themeStyles) {1112 themeStyles = JSON.parse(container.dataset.themeStyles);[all …]