Changeset 44353
- Timestamp:
- 12/20/2018 07:00:39 PM (6 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/misc.php
r44291 r44353 926 926 // Fall back to the default set of icon colors if the default scheme is missing. 927 927 $icon_colors = array( 928 'base' => '# 82878c',928 'base' => '#a0a5aa', 929 929 'focus' => '#00a0d2', 930 930 'current' => '#fff', -
trunk/src/wp-includes/general-template.php
r44134 r44353 4044 4044 array( '#222', '#333', '#0073aa', '#00a0d2' ), 4045 4045 array( 4046 'base' => '# 82878c',4046 'base' => '#a0a5aa', 4047 4047 'focus' => '#00a0d2', 4048 4048 'current' => '#fff',
Note: See TracChangeset
for help on using the changeset viewer.