Ticket #27793: 27793.patch
File 27793.patch, 1.6 KB (added by , 10 years ago) |
---|
-
src/wp-admin/css/colors/_admin.scss
452 452 color: $menu-highlight-text; 453 453 } 454 454 455 /* Widgets */ 455 456 457 .widgets-chooser li.widgets-chooser-selected { 458 background-color: $menu-highlight-background; 459 color: $menu-highlight-text; 460 } 461 462 .widgets-chooser li.widgets-chooser-selected:before, 463 .widgets-chooser li.widgets-chooser-selected:focus:before { 464 color: $menu-highlight-text; 465 } 466 467 /* Customize */ 468 469 #customize-theme-controls .widget-area-select .selected { 470 background-color: $menu-highlight-background; 471 color: $menu-highlight-text; 472 } 473 474 456 475 /* jQuery UI Slider */ 457 476 458 477 .wp-slider .ui-slider-handle, -
src/wp-admin/css/customize-widgets.css
256 256 #customize-theme-controls .widget-area-select .selected { 257 257 color: #fff; 258 258 text-shadow: 0 -1px 0 rgba(0,0,0,.4); 259 border-top: 1px solid #207fa1;260 259 background: #2ea2cc; 261 260 } 262 261 … … 264 263 display: block; 265 264 } 266 265 267 #customize-theme-controls .widget-area-select .selected:last-child {268 border-bottom: 1px solid #207fa1;269 }270 271 266 #customize-theme-controls .move-widget-actions { 272 267 text-align: right; 273 268 padding: 12px; 274 269 } 275 270 276 #customize-theme-controls .widget-area-select + li {277 border-top: 1px solid #207fa1;278 }279 280 271 #customize-theme-controls .reordering .widget-title-action { 281 272 display: none; 282 273 }