Changeset 39243
- Timestamp:
- 11/15/2016 09:13:21 AM (8 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/inc/color-patterns.php
r39136 r39243 317 317 .colors-custom .next.page-numbers:hover, 318 318 .colors-custom .site-content .wp-playlist-light .wp-playlist-item:hover, 319 .colors-custom .site-content .wp-playlist-light .wp-playlist-item:focus, 320 .colors-custom .customize-partial-edit-shortcut button { 319 .colors-custom .site-content .wp-playlist-light .wp-playlist-item:focus { 321 320 background: hsl( ' . esc_attr( $hue ) . ', ' . esc_attr( $saturation ) . ', 46% ); /* base: #767676; */ 322 321 } -
trunk/src/wp-includes/css/customize-preview.css
r39242 r39243 48 48 font-size: 18px; 49 49 z-index: 5; 50 background-color: #0085ba; 51 background: #0085ba; 50 background: #0085ba !important; 52 51 -webkit-border-radius: 50%; 53 52 border-radius: 50%; … … 86 85 87 86 .customize-partial-edit-shortcut button:hover { 88 background: #008ec2 ; /* matches primary buttons */87 background: #008ec2 !important; /* matches primary buttons */ 89 88 } 90 89
Note: See TracChangeset
for help on using the changeset viewer.