Changeset 32823
- Timestamp:
- 06/17/2015 09:07:01 PM (10 years ago)
- Location:
- trunk/src/wp-admin/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/customize-controls.css
r32821 r32823 175 175 #customize-controls .control-section.open .accordion-section-title, 176 176 #customize-controls .control-section .accordion-section-title:focus { 177 color: # fff;178 background: # 0073aa;177 color: #23282d; 178 background: #f5f5f5; 179 179 } 180 180 … … 190 190 #customize-theme-controls .control-section.open .accordion-section-title:after, 191 191 #customize-theme-controls .control-section .accordion-section-title:focus:after { 192 color: # fff;192 color: #23282d; 193 193 } 194 194 … … 409 409 .customize-section-back:hover, 410 410 .customize-section-back:focus { 411 background: #0073aa; 412 border-color: #ccc; 413 color: #fff; 411 color: #23282d; 412 background: #f5f5f5; 414 413 outline: none; 415 414 -webkit-box-shadow: none; -
trunk/src/wp-admin/css/customize-nav-menus.css
r32821 r32823 16 16 #customize-controls .control-section .accordion-section-title:focus .menu-in-locations, 17 17 #customize-controls .control-section .accordion-section-title:hover .menu-in-locations { 18 color: # fff;18 color: #555; 19 19 } 20 20
Note: See TracChangeset
for help on using the changeset viewer.