Changeset 29470
- Timestamp:
- 08/12/2014 01:17:07 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/customize-controls.css
r29365 r29470 31 31 .saving #customize-header-actions .spinner { 32 32 display: block; 33 } 34 35 #customize-header-actions { 36 border-bottom: 1px solid #ddd; 33 37 } 34 38 … … 91 95 #customize-theme-controls .accordion-section-content { 92 96 color: #555555; 93 background: white;97 background: #fff; 94 98 } 95 99 … … 101 105 #customize-theme-controls .control-section.open .accordion-section-title, 102 106 #customize-theme-controls .control-section .accordion-section-title:focus { 103 color: # 555555;107 color: #222; 104 108 background: #f5f5f5; 105 109 } … … 116 120 #customize-theme-controls .control-section.open .accordion-section-title:after, 117 121 #customize-theme-controls .control-section .accordion-section-title:focus:after { 118 color: #555 555;122 color: #555; 119 123 } 120 124 … … 138 142 } 139 143 144 .control-section.control-panel > .accordion-section-title { 145 padding-right: 54px; 146 } 147 140 148 .control-section.control-panel > .accordion-section-title:after { 141 content: "\f139"; 149 content: "\f345"; 150 background: #f5f5f5; 151 color: #555; 152 width: 38px; 153 height: 100%; 154 margin: -11px -10px -11px 0; /* compensate for positioning */ 155 line-height: 45px; 156 padding-left: 5px; 157 border-left: 1px solid #eee; 158 z-index: 0; 142 159 } 143 160 144 161 .rtl .control-section.control-panel > .accordion-section-title:after { 145 content: "\f141"; 162 content: "\f341"; 163 } 164 165 #customize-theme-controls .control-section.control-panel > h3.accordion-section-title:focus:after, 166 #customize-theme-controls .control-section.control-panel > h3.accordion-section-title:hover:after { 167 background: #ddd; 168 color: #000; 169 border: 1px solid #d9d9d9; 170 border-right: none; 171 margin-top: -12px; 172 line-height: 44px; 173 z-index: 1; 146 174 } 147 175
Note: See TracChangeset
for help on using the changeset viewer.