Searched refs:palette (Results 1 – 2 of 2) sorted by relevance
86 … $palette = Validator::queryParams($request)->isInArrayKeys($this->palettes())->string('palette');88 $user->setPreference('themecolor', $palette);92 Site::setPreference('DEFAULT_COLOR_PALETTE', $palette);95 Session::put('palette', $palette);109 asset('css/colors/' . $this->palette() . '.min.css'),123 $palette = $this->palette();131 'menu-color-' . $palette_id . ($palette === $palette_id ? ' active' : ''),191 private function palette(): string function in Fisharebest\\Webtrees\\Module\\ColorsTheme194 $palette = Auth::user()->getPreference('themecolor');197 if ($palette === '') {[all …]
41 …tored in the [Color Button](https://ckeditor.com/cke4/addon/colorbutton) palette and can be reused…42 …now displayed as a part of the [Color Button](https://ckeditor.com/cke4/addon/colorbutton) palette.744 * [#16733](https://dev.ckeditor.com/ticket/16733): Added a new pastel color palette for the [Color …1702 …](https://dev.ckeditor.com/ticket/10975): [IE] Fixed: Error thrown while opening the color palette.