Make WordPress Core

Ticket #27793: 27793.patch

File 27793.patch, 1.6 KB (added by ocean90, 10 years ago)
  • src/wp-admin/css/colors/_admin.scss

     
    452452        color: $menu-highlight-text;
    453453}
    454454
     455/* Widgets */
    455456
     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
    456475/* jQuery UI Slider */
    457476
    458477.wp-slider .ui-slider-handle,
  • src/wp-admin/css/customize-widgets.css

     
    256256#customize-theme-controls .widget-area-select .selected {
    257257        color: #fff;
    258258        text-shadow: 0 -1px 0 rgba(0,0,0,.4);
    259         border-top: 1px solid #207fa1;
    260259        background: #2ea2cc;
    261260}
    262261
     
    264263        display: block;
    265264}
    266265
    267 #customize-theme-controls .widget-area-select .selected:last-child {
    268         border-bottom: 1px solid #207fa1;
    269 }
    270 
    271266#customize-theme-controls .move-widget-actions {
    272267        text-align: right;
    273268        padding: 12px;
    274269}
    275270
    276 #customize-theme-controls .widget-area-select + li {
    277         border-top: 1px solid #207fa1;
    278 }
    279 
    280271#customize-theme-controls .reordering .widget-title-action {
    281272        display: none;
    282273}