| @@ -18,12 +18,12 @@ | ||
| 18 | 18 | return array( |
| 19 | 19 | 'enable_switcher' => false, |
| 20 | 20 | 'default_lang' => 'en', |
| 21 | 21 | 'available_langs' => array('en'), |
| 22 | - 'switcher_bg' => '#111827', | |
| 22 | + 'switcher_bg' => '#5686c9', | |
| 23 | 23 | 'switcher_text' => '#ffffff', |
| 24 | - 'switcher_min_height' => 32, | |
| 25 | - 'switcher_min_width' => 140, | |
| 24 | + 'switcher_min_height' => 30, | |
| 25 | + 'switcher_min_width' => 90, | |
| 26 | 26 | 'switcher_alpha' => 0.9, |
| 27 | 27 | ); |
| 28 | 28 | } |
| 29 | 29 | |