d18ed698 by Jeremy Groot

added light orange

1 parent 4c990a4b
......@@ -230,6 +230,7 @@ class Walker_Nav_Menu_Edit_Custom extends Walker_Nav_Menu
<option value="pink" <?php echo $item->custom == 'pink' ? 'selected' : ''; ?>>Pink</option>
<option value="orange" <?php echo $item->custom == 'orange' ? 'selected' : ''; ?>>Orange</option>
<option value="brightyellow" <?php echo $item->custom == 'brightyellow' ? 'selected' : ''; ?>>Bright Yellow</option>
<option value="light-orange" <?php echo $item->custom == 'light-orange' ? 'selected' : ''; ?>>Light Orange</option>
</select>
</label>
</p>
......