Searched refs:accentColor (Results 1 – 3 of 3) sorted by relevance
| /plugin/calendar/ |
| H A D | admin.php | 202 $accentColor = '#00cc07'; // Keep calendar plugin accent color 206 …r:' . ($tab === 'manage' ? $accentColor : $colors['text']) . '; border-bottom:3px solid ' . ($tab … 207 …r:' . ($tab === 'update' ? $accentColor : $colors['text']) . '; border-bottom:3px solid ' . ($tab … 208 …r:' . ($tab === 'config' ? $accentColor : $colors['text']) . '; border-bottom:3px solid ' . ($tab … 209 …r:' . ($tab === 'google' ? $accentColor : $colors['text']) . '; border-bottom:3px solid ' . ($tab … 210 …r:' . ($tab === 'themes' ? $accentColor : $colors['text']) . '; border-bottom:3px solid ' . ($tab … 6782 $accentColor = '#00cc07'; 6807 …="https://console.cloud.google.com/" target="_blank" style="color:' . $accentColor . ';">Google Cl… 6837 …echo '<button type="submit" style="background:' . $accentColor . ';color:white;border:none;padding… 6878 …echo '<button onclick="googleImport()" style="background:' . $accentColor . ';color:white;border:n…
|
| H A D | syntax.php | 3242 …private function renderSidebarSection($title, $events, $accentColor, $calId, $themeStyles, $theme,… argument 3244 $borderColor = $accentColor; 3310 …'professional' || $theme === 'wiki') ? '0 2px 4px rgba(0, 0, 0, 0.15)' : '0 0 8px ' . $accentColor; 3315 …$html .= '<div style="background:' . $accentColor . '; color:' . $headerTextColor . '; padding:4px… 3318 …$html .= '<div style="background:' . $accentColor . ' !important; color:' . $headerTextColor . ' !… 3327 …$html .= $this->renderSidebarEvent($event, $calId, $showDate, $accentColor, $themeStyles, $theme, …
|
| H A D | CHANGELOG.md | 11942 '0 0 8px ' . $accentColor; // Glow for others
|