Ticket #35923: 35923.patch
File 35923.patch, 3.7 KB (added by , 8 years ago) |
---|
-
src/wp-admin/css/common.css
1560 1560 -webkit-font-smoothing: antialiased; 1561 1561 -moz-osx-font-smoothing: grayscale; 1562 1562 text-decoration: none !important; 1563 color: # b4b9be;1563 color: #72777c; 1564 1564 } 1565 1565 1566 1566 #screen-meta-links .screen-meta-active:after { … … 3064 3064 text-decoration: none !important; 3065 3065 } 3066 3066 3067 .widget-action,3068 3067 .handlediv, 3069 3068 .item-edit, 3070 3069 .sidebar-name-arrow, 3071 3070 .accordion-section-title:after { 3072 color: # a0a5aa;3071 color: #72777c; 3073 3072 } 3074 3073 3075 .widget-action:hover, 3074 .widget-action { 3075 color: #555d66; /* #fafafa background in the Widgets screen */ 3076 } 3077 3078 .widget-top:hover .widget-action, 3079 .widget-action:focus, 3076 3080 .handlediv:hover, 3077 3081 .handlediv:focus, 3078 3082 .item-edit:hover, 3083 .item-edit:focus, 3079 3084 .sidebar-name:hover .sidebar-name-arrow, 3080 3085 .accordion-section-title:hover:after { 3081 color: # 555d66;3086 color: #23282d; 3082 3087 } 3083 3088 3084 3089 .widget-top a.widget-action:after { -
src/wp-admin/css/customize-controls.css
159 159 160 160 #customize-theme-controls .accordion-section-title:after { 161 161 content: "\f345"; 162 color: #a0a5aa; 162 163 } 163 164 164 165 #customize-theme-controls .accordion-section-content { … … 646 647 user-select: none; 647 648 } 648 649 650 /* @todo maybe no more used? */ 649 651 .customize-control .dropdown-arrow { 650 652 position: absolute; 651 653 top: 0; -
src/wp-admin/css/customize-nav-menus.css
263 263 vertical-align: top; 264 264 -webkit-border-radius: 50%; 265 265 border-radius: 50%; 266 color: # a0a5aa;266 color: #72777c; 267 267 font: normal 20px/1 dashicons; 268 268 -webkit-font-smoothing: antialiased; 269 269 -moz-osx-font-smoothing: grayscale; … … 468 468 content: none !important; 469 469 } 470 470 471 #available-menu-items .accordion-section-title:hover .toggle-indicator:after { 472 color: #555d66; 471 #available-menu-items .accordion-section-title:hover .toggle-indicator:after, 472 #available-menu-items .button-link:hover .toggle-indicator:after, 473 #available-menu-items .button-link:focus .toggle-indicator:after { 474 color: #23282d; 473 475 } 474 476 475 477 #available-menu-items .open .accordion-section-title .toggle-indicator:after { 476 478 content: "\f142"; 479 color: #23282d; 477 480 } 478 481 479 482 #available-menu-items .accordion-section-content { -
src/wp-admin/css/customize-widgets.css
19 19 } 20 20 21 21 .customize-control-widget_form .widget-top { 22 background: #fff; 22 23 -webkit-transition: opacity 0.5s; 23 24 transition: opacity 0.5s; 24 25 } 25 26 27 .customize-control .widget-action { 28 color: #72777c; 29 } 30 31 .customize-control .widget-top:hover .widget-action, 32 .customize-control .widget-action:focus { 33 color: #23282d; 34 } 35 26 36 .customize-control-widget_form:not(.widget-rendered) .widget-top { 27 37 opacity: 0.5; 28 38 } -
src/wp-admin/css/list-tables.css
536 536 border-radius: 50%; 537 537 display: block; 538 538 padding: 1px 2px 1px 0; 539 color: # 666;539 color: #444; /* same as table headers sort arrows */ 540 540 content: "\f140"; 541 541 font: normal 20px/1 dashicons; 542 542 line-height: 1;