diff --git src/wp-content/themes/twentyseventeen/style.css src/wp-content/themes/twentyseventeen/style.css
index 1610482..304baad 100644
|
|
|
object { |
| 2981 | 2981 | left: 30px; |
| 2982 | 2982 | } |
| 2983 | 2983 | |
| 2984 | | /* Prevent color schemes from showing 1px dots everywhere. */ |
| 2985 | | .customize-partial-edit-shortcut { |
| 2986 | | background: transparent !important; |
| 2987 | | } |
| 2988 | | |
| 2989 | 2984 | /* Ensure that placeholder icons are visible. */ |
| 2990 | 2985 | .twentyseventeen-panel .customize-partial-edit-shortcut-hidden:before { |
| 2991 | 2986 | visibility: visible; |
| 2992 | 2987 | } |
| 2993 | 2988 | |
| 2994 | | /* Prevent icon colors from clashing with color schemes. */ |
| 2995 | | .colors-custom .customize-partial-edit-shortcut button { |
| 2996 | | text-shadow: 0 -1px 1px rgba(0,0,0,.2), |
| 2997 | | 1px 0 1px rgba(0,0,0,.2), |
| 2998 | | 0 1px 1px rgba(0,0,0,.2), |
| 2999 | | -1px 0 1px rgba(0,0,0,.2); |
| 3000 | | } |
| 3001 | | |
| 3002 | 2989 | /*-------------------------------------------------------------- |
| 3003 | 2990 | 18.0 SVGs Fallbacks |
| 3004 | 2991 | --------------------------------------------------------------*/ |