Ticket #35605: 35605.2.patch
File 35605.2.patch, 9.8 KB (added by , 9 years ago) |
---|
-
src/wp-admin/css/about.css
128 128 .about-wrap .about-text { 129 129 margin: 1em 200px 1em 0; 130 130 min-height: 60px; 131 color: # 777;131 color: #555d66; 132 132 } 133 133 134 134 /* 1.2 - Structure */ -
src/wp-admin/css/common.css
585 585 .subtitle { 586 586 margin: 0; 587 587 padding-left: 25px; 588 color: # 777;588 color: #555d66; 589 589 font-size: 14px; 590 590 font-weight: normal; 591 591 } … … 991 991 padding: 4px 10px; 992 992 -webkit-border-radius: 30px; 993 993 border-radius: 30px; 994 background: #7 77;994 background: #72777c; 995 995 color: #fff; 996 996 font-size: 14px; 997 997 font-weight: 600; … … 1082 1082 margin: 0 5px 0 0; 1083 1083 width: 16px; 1084 1084 height: 16px; 1085 color: #7 77;1085 color: #72777c; 1086 1086 -webkit-transition: color .1s ease-in 0; 1087 1087 transition: color .1s ease-in 0; 1088 1088 font-family: dashicons; … … 1145 1145 -webkit-border-radius: 2px; 1146 1146 border-radius: 2px; 1147 1147 border: none; 1148 background: #7 77;1148 background: #72777c; 1149 1149 color: #fff; 1150 1150 } 1151 1151 … … 1556 1556 background: none; 1557 1557 -webkit-border-radius: 0; 1558 1558 border-radius: 0; 1559 color: #7 77;1559 color: #72777c; 1560 1560 line-height: 1.7; 1561 1561 padding: 3px 6px 3px 16px; 1562 1562 } … … 2006 2006 left: 0; 2007 2007 right: 0; 2008 2008 padding: 10px 20px; 2009 color: # 777;2009 color: #555d66; 2010 2010 } 2011 2011 2012 2012 #wpfooter p { … … 3102 3102 .item-edit:hover, 3103 3103 .sidebar-name:hover .sidebar-name-arrow, 3104 3104 .accordion-section-title:hover:after { 3105 color: # 777;3105 color: #555d66; 3106 3106 } 3107 3107 3108 3108 .widget-top a.widget-action:after { -
src/wp-admin/css/customize-nav-menus.css
469 469 } 470 470 471 471 #available-menu-items .accordion-section-title:hover .toggle-indicator:after { 472 color: # 777;472 color: #555d66; 473 473 } 474 474 475 475 #available-menu-items .open .accordion-section-title .toggle-indicator:after { … … 507 507 508 508 #available-menu-items .cannot-expand .accordion-section-title .no-items { 509 509 float: right; 510 color: # 777;510 color: #555d66; 511 511 font-weight: normal; 512 512 margin-left: 5px; 513 513 } -
src/wp-admin/css/customize-widgets.css
234 234 235 235 #available-widgets .widget .widget-description { 236 236 padding: 0; 237 color: #7 77;237 color: #72777c; 238 238 } 239 239 240 240 #customize-preview { -
src/wp-admin/css/dashboard.css
128 128 } 129 129 130 130 .welcome-panel p { 131 color: #7 77;131 color: #72777c; 132 132 } 133 133 134 134 .welcome-panel a { … … 326 326 } 327 327 328 328 .rssSummary { 329 color: #7 77;329 color: #72777c; 330 330 margin-top: 4px; 331 331 } 332 332 … … 347 347 348 348 #dashboard_primary .rss-widget span, 349 349 #dashboard_primary .rss-widget span.rss-date { 350 color: #7 77;350 color: #72777c; 351 351 } 352 352 353 353 #dashboard_primary .rss-widget span.rss-date { … … 406 406 /* Dashboard right now - Colors */ 407 407 408 408 #dashboard_right_now .sub { 409 color: # 777;409 color: #555d66; 410 410 background: #f5f5f5; 411 411 border-top: 1px solid #eee; 412 412 padding: 10px 12px 6px 12px; … … 484 484 485 485 #title-wrap #title-prompt-text, 486 486 .textarea-wrap #content-prompt-text { 487 color: #7 77;487 color: #72777c; 488 488 } 489 489 490 490 #title-wrap #title-prompt-text { … … 545 545 margin-bottom: 1em; 546 546 } 547 547 #dashboard_quick_press .drafts li time { 548 color: #7 77;548 color: #72777c; 549 549 } 550 550 551 551 #dashboard_quick_press .drafts p { … … 653 653 display: inline-block; 654 654 margin-right: 5px; 655 655 min-width: 150px; 656 color: #7 77;656 color: #72777c; 657 657 } 658 658 659 659 .activity-block { … … 991 991 min-height: 0; 992 992 } 993 993 994 #dashboard-widgets #postbox-container-3 .empty-container:after, 995 #dashboard-widgets #postbox-container-4 .empty-container:after { 996 display: none; 994 #dashboard-widgets #postbox-container-3 .empty-container:after, 995 #dashboard-widgets #postbox-container-4 .empty-container:after { 996 display: none; 997 997 } 998 998 999 999 #wpbody #wpbody-content #dashboard-widgets.columns-1 .postbox-container { -
src/wp-admin/css/edit.css
68 68 } 69 69 70 70 #titlediv #title-prompt-text { 71 color: #7 77;71 color: #72777c; 72 72 position: absolute; 73 73 font-size: 1.7em; 74 74 padding: 11px 10px; -
src/wp-admin/css/forms.css
430 430 margin-left: 1em; 431 431 } 432 432 433 #upload-form label {434 color: #777;435 }436 437 433 button.wp-hide-pw > .dashicons { 438 434 position: relative; 439 435 top: 3px; … … 863 859 } 864 860 865 861 .pressthis-bookmarklet span:before { 866 color: #7 77;862 color: #72777c; 867 863 font: normal 20px/1 dashicons; 868 864 content: "\f157"; 869 865 position: relative; … … 879 875 vertical-align: top; 880 876 } 881 877 882 .pressthis-js-toggle .dashicons {883 margin: 5px 8px 6px 7px;884 color: #777;885 }886 887 878 /* to override the button class being applied */ 888 879 .pressthis-js-toggle.button.button { 889 880 margin-left: 10px; … … 894 885 895 886 .pressthis-js-toggle .dashicons { 896 887 margin: 5px 8px 6px 7px; 897 color: # 777;888 color: #555d66; 898 889 } 899 890 900 891 /*------------------------------------------------------------------------------ -
src/wp-admin/css/list-tables.css
142 142 143 143 #submitted-on, 144 144 .submitted-on { 145 color: # 777;145 color: #555d66; 146 146 } 147 147 148 148 /* reply to comments */ -
src/wp-admin/css/nav-menus.css
674 674 margin: 0 0 10px; 675 675 padding: 3px 5px 5px; 676 676 border: 1px solid #dfdfdf; 677 color: #7 77;677 color: #72777c; 678 678 font-size: 12px; 679 679 font-style: italic; 680 680 } -
src/wp-admin/css/revisions.css
141 141 } 142 142 143 143 .revisions-controls .author-card .date { 144 color: #7 77;144 color: #72777c; 145 145 } 146 146 147 147 .revisions-controls .author-card.autosave { -
src/wp-admin/css/themes.css
437 437 438 438 .theme-overlay .theme-header .close:before { 439 439 font: normal 22px/50px dashicons !important; 440 color: #7 77;440 color: #72777c; 441 441 display: inline-block; 442 442 content: "\f335"; 443 443 font-weight: 300; … … 447 447 .theme-overlay .theme-header .right, 448 448 .theme-overlay .theme-header .left { 449 449 cursor: pointer; 450 color: #7 77;450 color: #72777c; 451 451 background-color: transparent; 452 452 height: 48px; 453 453 width: 54px; … … 1607 1607 1608 1608 .theme-details .theme-description { 1609 1609 float: left; 1610 color: #7 77;1610 color: #72777c; 1611 1611 line-height: 20px; 1612 1612 max-width: 100%; 1613 1613 } -
src/wp-admin/css/widgets.css
114 114 padding: 0 0 15px; 115 115 margin: 0; 116 116 font-style: normal; 117 color: #7 77;117 color: #72777c; 118 118 } 119 119 120 .widget-holder .description, 121 .inactive-sidebar .description { 122 color: #555d66; 123 } 124 120 125 #widgets-right .widgets-holder-wrap .description { 121 126 padding-left: 7px; 122 127 padding-right: 7px; … … 282 287 283 288 /* Dragging a widget over a closed sidebar */ 284 289 #widgets-right .widgets-holder-wrap.widget-hover { 285 border-color: #7 77;290 border-color: #72777c; 286 291 -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3); 287 292 box-shadow: 0 1px 2px rgba(0,0,0,0.3); 288 293 } -
src/wp-includes/css/media-views.css
1132 1132 1133 1133 .uploader-inline .close:before { 1134 1134 font: normal 30px/50px dashicons !important; 1135 color: #7 77;1135 color: #72777c; 1136 1136 display: inline-block; 1137 1137 content: "\f335"; 1138 1138 font-weight: 300; -
src/wp-includes/js/tinymce/skins/wordpress/wp-content.css
176 176 177 177 .mce-content-body img.wp-media:hover { 178 178 background-color: #ededed; 179 border-color: #7 77;179 border-color: #72777c; 180 180 } 181 181 182 182 .mce-content-body img.wp-media.wp-media-selected { 183 183 background-color: #d8d8d8; 184 border-color: #7 77;184 border-color: #72777c; 185 185 } 186 186 187 187 .mce-content-body img.wp-media.wp-gallery { … … 190 190 191 191 /* Image resize handles */ 192 192 .mce-content-body div.mce-resizehandle { 193 border-color: #7 77;193 border-color: #72777c; 194 194 width: 7px; 195 195 height: 7px; 196 196 } 197 197 198 198 .mce-content-body img[data-mce-selected] { 199 outline: 1px solid #7 77;199 outline: 1px solid #72777c; 200 200 } 201 201 202 202 .mce-content-body img[data-mce-resize="false"] { … … 306 306 .ie8 .wpview-wrap[data-mce-selected], 307 307 .ie7 .wpview-wrap[data-mce-selected] { 308 308 background-color: #e5e5e5; 309 border-color: #7 77;309 border-color: #72777c; 310 310 } 311 311 312 312 .wpview-overlay {