Changeset 39285
- Timestamp:
- 11/18/2016 05:22:00 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/style.css
r39273 r39285 3008 3008 } 3009 3009 3010 /* Prevent color schemes from showing 1px dots everywhere. */3011 .customize-partial-edit-shortcut {3012 background: transparent !important;3013 }3014 3015 3010 /* Ensure that placeholder icons are visible. */ 3016 3011 .twentyseventeen-panel .customize-partial-edit-shortcut-hidden:before { 3017 3012 visibility: visible; 3018 }3019 3020 /* Prevent icon colors from clashing with color schemes. */3021 .colors-custom .customize-partial-edit-shortcut button {3022 text-shadow: 0 -1px 1px rgba(0,0,0,.2),3023 1px 0 1px rgba(0,0,0,.2),3024 0 1px 1px rgba(0,0,0,.2),3025 -1px 0 1px rgba(0,0,0,.2);3026 3013 } 3027 3014
Note: See TracChangeset
for help on using the changeset viewer.