Make WordPress Core

Changeset 20547


Ignore:
Timestamp:
04/20/2012 04:46:02 AM (13 years ago)
Author:
koopersmith
Message:

Theme Customizer: Firefox CSS love. props helenyhou, see #19910.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/css/customize-controls.dev.css

    r20545 r20547  
    4747
    4848.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 );
    5055    box-shadow: inset -11px 0 8px -8px rgba( 0, 0, 0, 0.1 );
    5156}
     
    309314.customize-section .color-picker-hex input[type="text"] {
    310315    width: 50px;
     316    height: 22px;
    311317    line-height: 16px;
    312318    color: #777;
Note: See TracChangeset for help on using the changeset viewer.