Changeset 45602 for trunk/src/wp-includes/functions.php
- Timestamp:
- 07/05/2019 05:20:52 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r45590 r45602 3219 3219 -webkit-box-shadow: 0 1px 0 #ccc; 3220 3220 box-shadow: 0 1px 0 #ccc; 3221 vertical-align: top;3221 vertical-align: top; 3222 3222 } 3223 3223 … … 3245 3245 background: #eee; 3246 3246 border-color: #999; 3247 -webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);3248 box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);3249 -webkit-transform: translateY(1px);3250 -ms-transform: translateY(1px);3251 transform: translateY(1px);3247 -webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5); 3248 box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5); 3249 -webkit-transform: translateY(1px); 3250 -ms-transform: translateY(1px); 3251 transform: translateY(1px); 3252 3252 } 3253 3253
Note: See TracChangeset
for help on using the changeset viewer.