Changeset 41062 for trunk/src/wp-includes/css/customize-preview.css
- Timestamp:
- 07/16/2017 01:14:36 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/css/customize-preview.css (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/css/customize-preview.css
r39685 r41062 1 1 .customize-partial-refreshing { 2 2 opacity: 0.25; 3 -webkit-transition: opacity 0.25s;4 3 transition: opacity 0.25s; 5 4 cursor: progress; … … 8 7 /* Override highlight when refreshing */ 9 8 .customize-partial-refreshing.widget-customizer-highlighted-widget { 10 -webkit-box-shadow: none;11 9 box-shadow: none; 12 10 } … … 24 22 background: transparent; 25 23 color: transparent; 26 -webkit-box-shadow: none;27 24 box-shadow: none; 28 25 outline: none; … … 49 46 z-index: 5; 50 47 background: #0085ba !important; 51 -webkit-border-radius: 50%;52 48 border-radius: 50%; 53 49 border: 2px solid #fff; 54 -webkit-box-shadow: 0 2px 1px rgba(46,68,83,0.15);55 50 box-shadow: 0 2px 1px rgba(46,68,83,0.15); 56 51 text-align: center; 57 52 cursor: pointer; 58 -webkit-box-sizing: border-box;59 -moz-box-sizing: border-box;60 53 box-sizing: border-box; 61 54 padding: 3px; … … 89 82 90 83 .customize-partial-edit-shortcut button:focus { 91 -webkit-box-shadow: 0 0 0 2px #008ec2;92 84 box-shadow: 0 0 0 2px #008ec2; 93 85 }
Note: See TracChangeset
for help on using the changeset viewer.