New style option for Axonius 2026. Set as default for them as well in their site config.
Also general style clean ups
This commit is contained in:
@@ -220,6 +220,7 @@ const theme_options = [
|
||||
{ value: 'AE_Firefly_SteelBlue', label: 'Firefly SteelBlue ✦' },
|
||||
{ value: 'AE_Firefly_Indigo', label: 'Firefly Indigo ✦' },
|
||||
{ value: 'AE_Firefly_Rainbow', label: 'Firefly Rainbow ✨' },
|
||||
{ value: 'AE_Firefly_Axonius', label: 'Firefly Axonius ✦' },
|
||||
{ value: 'AE_c_IDAA_light', label: 'IDAA – light' },
|
||||
{ value: 'AE_c_LCI', label: 'LCI' }
|
||||
];
|
||||
|
||||
@@ -111,6 +111,7 @@ if ($ae_loc.app_cfg.theme_mode == 'light') {
|
||||
<option value="AE_Firefly_SteelBlue">Firefly SteelBlue ✦</option>
|
||||
<option value="AE_Firefly_Indigo">Firefly Indigo ✦</option>
|
||||
<option value="AE_Firefly_Rainbow">Firefly Rainbow ✨</option>
|
||||
<option value="AE_Firefly_Axonius">Firefly Axonius ✦</option>
|
||||
<!-- <option value="AE_Firefly_new-name">Firefly new-name ✦</option> -->
|
||||
<option value="AE_c_IDAA_light">IDAA - light</option>
|
||||
<option value="AE_c_LCI">LCI</option>
|
||||
|
||||
@@ -98,6 +98,7 @@ const theme_options = [
|
||||
{ value: 'AE_Firefly_SteelBlue', label: 'Firefly SteelBlue ✦' },
|
||||
{ value: 'AE_Firefly_Indigo', label: 'Firefly Indigo ✦' },
|
||||
{ value: 'AE_Firefly_Rainbow', label: 'Firefly Rainbow ✨' },
|
||||
{ value: 'AE_Firefly_Axonius', label: 'Firefly Axonius ✦' },
|
||||
{ value: 'AE_c_IDAA_light', label: 'IDAA – light' },
|
||||
{ value: 'AE_c_LCI', label: 'LCI' }
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user