Changeset 26165
- Timestamp:
- 11/14/2013 04:41:36 PM (11 years ago)
- Location:
- trunk/src/wp-admin/css
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/colors-fresh.css
r26144 r26165 1731 1731 .accordion-section-title::after { 1732 1732 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;1745 1733 } 1746 1734 -
trunk/src/wp-admin/css/customize-controls.css
r26072 r26165 213 213 .wp-full-overlay-sidebar { 214 214 background: #eeeeee; 215 border : none;215 border-right: 1px solid #ddd; 216 216 } 217 217 -
trunk/src/wp-admin/css/wp-admin.css
r26144 r26165 10716 10716 padding: 10px 10px 11px 14px; 10717 10717 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; 10724 10719 } 10725 10720 … … 10732 10727 .js .control-section.open .accordion-section-title, 10733 10728 .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; 10741 10731 } 10742 10732
Note: See TracChangeset
for help on using the changeset viewer.