equal
deleted
inserted
replaced
110 } |
110 } |
111 |
111 |
112 .control-section.accordion-section.highlighted > .accordion-section-title, |
112 .control-section.accordion-section.highlighted > .accordion-section-title, |
113 .customize-control-widget_form.highlighted { |
113 .customize-control-widget_form.highlighted { |
114 outline: none; |
114 outline: none; |
115 box-shadow: 0 0 2px rgba(30,140,190,0.8); |
115 box-shadow: 0 0 2px rgba(30, 140, 190, 0.8); |
116 position: relative; |
116 position: relative; |
117 z-index: 1; |
117 z-index: 1; |
118 } |
118 } |
119 |
119 |
120 #widget-customizer-control-templates { |
120 #widget-customizer-control-templates { |
187 border-bottom: 1px solid #eee; |
187 border-bottom: 1px solid #eee; |
188 } |
188 } |
189 |
189 |
190 #customize-theme-controls .widget-area-select .selected { |
190 #customize-theme-controls .widget-area-select .selected { |
191 color: #fff; |
191 color: #fff; |
192 text-shadow: 0 -1px 0 rgba(0,0,0,.4); |
192 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4); |
193 background: #00a0d2; |
193 background: #00a0d2; |
194 } |
194 } |
195 |
195 |
196 #customize-theme-controls .widget-area-select .selected:before { |
196 #customize-theme-controls .widget-area-select .selected:before { |
197 display: block; |
197 display: block; |
231 |
231 |
232 /* override widgets admin page rules in wp-admin/css/widgets.css */ |
232 /* override widgets admin page rules in wp-admin/css/widgets.css */ |
233 #widgets-left #available-widgets .widget { |
233 #widgets-left #available-widgets .widget { |
234 float: none !important; |
234 float: none !important; |
235 width: auto !important; |
235 width: auto !important; |
|
236 } |
|
237 |
|
238 /* Keep rule that is no longer necessary on widgets.php. */ |
|
239 #available-widgets .widget-action { |
|
240 display: none; |
236 } |
241 } |
237 |
242 |
238 .ios #available-widgets { |
243 .ios #available-widgets { |
239 transition: right 0s; |
244 transition: right 0s; |
240 } |
245 } |