Changeset 36959
- Timestamp:
- 03/10/2016 09:44:00 PM (8 years ago)
- Location:
- trunk/src/wp-admin/css
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/common.css
r36904 r36959 1562 1562 -moz-osx-font-smoothing: grayscale; 1563 1563 text-decoration: none !important; 1564 color: # b4b9be;1564 color: #72777c; 1565 1565 } 1566 1566 … … 3056 3056 } 3057 3057 3058 .widget-action,3059 3058 .handlediv, 3060 3059 .item-edit, 3061 3060 .sidebar-name-arrow, 3062 3061 .accordion-section-title:after { 3063 color: #a0a5aa; 3064 } 3065 3066 .widget-action:hover, 3062 color: #72777c; 3063 } 3064 3065 .widget-action { 3066 color: #555d66; /* #fafafa background in the Widgets screen */ 3067 } 3068 3069 .widget-top:hover .widget-action, 3070 .widget-action:focus, 3067 3071 .handlediv:hover, 3068 3072 .handlediv:focus, 3069 3073 .item-edit:hover, 3074 .item-edit:focus, 3070 3075 .sidebar-name:hover .sidebar-name-arrow, 3071 3076 .accordion-section-title:hover:after { 3072 color: # 555d66;3077 color: #23282d; 3073 3078 } 3074 3079 -
trunk/src/wp-admin/css/customize-controls.css
r36907 r36959 160 160 #customize-theme-controls .accordion-section-title:after { 161 161 content: "\f345"; 162 color: #a0a5aa; 162 163 } 163 164 … … 647 648 } 648 649 650 /* @todo maybe no more used? */ 649 651 .customize-control .dropdown-arrow { 650 652 position: absolute; -
trunk/src/wp-admin/css/customize-nav-menus.css
r36396 r36959 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; … … 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 -
trunk/src/wp-admin/css/customize-widgets.css
r36904 r36959 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; 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; 24 34 } 25 35 -
trunk/src/wp-admin/css/list-tables.css
r36904 r36959 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;
Note: See TracChangeset
for help on using the changeset viewer.