d18ed698 by Jeremy Groot

added light orange

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