Changeset 20547
- Timestamp:
- 04/20/2012 04:46:02 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/css/customize-controls.dev.css
r20545 r20547 47 47 48 48 .control-section .customize-section-title:hover { 49 background: -webkit-linear-gradient( top, #f5f5f5, #eee ); 49 background-color: #efefef; 50 background-image: -webkit-linear-gradient( top, #f5f5f5, #eee ); 51 background-image: -moz-linear-gradient( top, #f5f5f5, #eee ); 52 background-image: -ms-linear-gradient( top, #f5f5f5, #eee ); 53 background-image: -o-linear-gradient( top, #f5f5f5, #eee ); 54 background-image: linear-gradient( top, #f5f5f5, #eee ); 50 55 box-shadow: inset -11px 0 8px -8px rgba( 0, 0, 0, 0.1 ); 51 56 } … … 309 314 .customize-section .color-picker-hex input[type="text"] { 310 315 width: 50px; 316 height: 22px; 311 317 line-height: 16px; 312 318 color: #777;
Note: See TracChangeset
for help on using the changeset viewer.