Changeset 22452
- Timestamp:
- 11/07/2012 10:15:49 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/customize-controls.css
r22400 r22452 69 69 .control-section .customize-section-title:hover, 70 70 .control-section.open .customize-section-title, 71 .c ustomize-section-title:focus {71 .control-section .customize-section-title:focus { 72 72 color: #fff; 73 73 text-shadow: 0 -1px 0 #333; … … 106 106 } 107 107 108 .customize-section-title:hover:after { 108 .customize-section-title:hover:after, 109 .customize-section-title:focus:after { 109 110 border-color: #aaa transparent; 110 111 } 111 112 112 .control-section .customize-section-title:hover:after { 113 .control-section .customize-section-title:hover:after, 114 .control-section .customize-section-title:focus:after { 113 115 border-color: #eee transparent; 114 116 } … … 126 128 line-height: 24px; 127 129 color: #999; 128 }129 130 #customize-info .customize-section-title:focus .preview-notice {131 color: #ccc;132 text-shadow: 0 -1px 0 #333;133 130 } 134 131 … … 140 137 display: block; 141 138 text-shadow: 0 1px 0 #fff; 142 }143 144 #customize-info .customize-section-title:focus .theme-name {145 color: #fff;146 text-shadow: 0 -1px 0 #333;147 139 } 148 140
Note: See TracChangeset
for help on using the changeset viewer.