Ticket #21283: 21283.10.diff
File 21283.10.diff, 1.4 KB (added by , 12 years ago) |
---|
-
wp-admin/css/customize-controls.css
68 68 .control-section:hover .customize-section-title, 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; 74 74 background: #808080; … … 105 105 display: none; 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 } 115 117 … … 127 129 color: #999; 128 130 } 129 131 130 #customize-info .customize-section-title:focus .preview-notice {131 color: #ccc;132 text-shadow: 0 -1px 0 #333;133 }134 135 132 #customize-info .theme-name { 136 133 font-size: 20px; 137 134 font-weight: 200; … … 141 138 text-shadow: 0 1px 0 #fff; 142 139 } 143 140 144 #customize-info .customize-section-title:focus .theme-name {145 color: #fff;146 text-shadow: 0 -1px 0 #333;147 }148 149 141 #customize-info .theme-screenshot { 150 142 width: 258px; 151 143 border: 1px solid #ccc;