Make WordPress Core

Changeset 26165


Ignore:
Timestamp:
11/14/2013 04:41:36 PM (11 years ago)
Author:
helen
Message:

Remove old control/accordion section title gradients that were still appearing in the customizer and reinstate a divider between the customizer sidebar and the preview. props ryelle, helen. see #25858.

Location:
trunk/src/wp-admin/css
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/colors-fresh.css

    r26144 r26165  
    17311731.accordion-section-title::after {
    17321732    color: #888;
    1733 }
    1734 
    1735 .nav-menus-php .control-section .accordion-section-title {
    1736     background: #fff;
    1737 }
    1738 
    1739 .nav-menus-php .control-section:hover .accordion-section-title,
    1740 .nav-menus-php .control-section .accordion-section-title:hover,
    1741 .nav-menus-php .control-section.open .accordion-section-title,
    1742 .nav-menus-php .control-section .accordion-section-title:focus{
    1743     color: #555;
    1744     background: #f5f5f5;
    17451733}
    17461734
  • trunk/src/wp-admin/css/customize-controls.css

    r26072 r26165  
    213213.wp-full-overlay-sidebar {
    214214    background: #eeeeee;
    215     border: none;
     215    border-right: 1px solid #ddd;
    216216}
    217217
  • trunk/src/wp-admin/css/wp-admin.css

    r26144 r26165  
    1071610716    padding: 10px 10px 11px 14px;
    1071710717    line-height: 21px;
    10718     background: #f5f5f5;
    10719     background-image: -webkit-gradient(linear, left bottom, left top, from(#eee), to(#f5f5f5));
    10720     background-image: -webkit-linear-gradient(bottom, #eee, #f5f5f5);
    10721     background-image:    -moz-linear-gradient(bottom, #eee, #f5f5f5);
    10722     background-image:      -o-linear-gradient(bottom, #eee, #f5f5f5);
    10723     background-image: linear-gradient(to top, #eee, #f5f5f5);
     10718    background: #fff;
    1072410719}
    1072510720
     
    1073210727.js .control-section.open .accordion-section-title,
    1073310728.js .control-section .accordion-section-title:focus {
    10734     color: #fff;
    10735     background: #f9f9f9;
    10736     background-image: -webkit-gradient(linear, left bottom, left top, from(#ececec), to(#f9f9f9));
    10737     background-image: -webkit-linear-gradient(bottom, #ececec, #f9f9f9);
    10738     background-image:    -moz-linear-gradient(bottom, #ececec, #f9f9f9);
    10739     background-image:      -o-linear-gradient(bottom, #ececec, #f9f9f9);
    10740     background-image: linear-gradient(to top, #ececec, #f9f9f9);
     10729    color: #555;
     10730    background: #f5f5f5;
    1074110731}
    1074210732
Note: See TracChangeset for help on using the changeset viewer.