Ticket #40633: 40633-light-gray-500.diff
File 40633-light-gray-500.diff, 7.5 KB (added by , 6 years ago) |
---|
-
src/wp-admin/css/colors/light/colors.scss
1 $base-color: #e 5e5e5;1 $base-color: #e2e4e7; 2 2 $icon-color: #999; 3 3 $text-color: #333; 4 4 $highlight-color: #04a4cc; -
src/wp-admin/css/common.css
184 184 .feature-filter, 185 185 .imgedit-group, 186 186 .comment-ays { 187 border: 1px solid #e 5e5e5;187 border: 1px solid #e2e4e7; 188 188 box-shadow: 0 1px 1px rgba(0,0,0,0.04); 189 189 } 190 190 … … 470 470 471 471 .widefat thead th, 472 472 .widefat thead td { 473 border-bottom: 1px solid #e 1e1e1;473 border-bottom: 1px solid #e2e4e7; 474 474 } 475 475 476 476 .widefat tfoot th, 477 477 .widefat tfoot td { 478 border-top: 1px solid #e 1e1e1;478 border-top: 1px solid #e2e4e7; 479 479 border-bottom: none; 480 480 } 481 481 … … 973 973 padding: 0 10px; 974 974 width: 100%; 975 975 box-shadow: 0 1px 1px rgba(0,0,0,0.04); 976 border: 1px solid #e 5e5e5;976 border: 1px solid #e2e4e7; 977 977 background: #fff; 978 978 color: #555; 979 979 font-size: 13px; … … 1161 1161 padding: 20px 10px 10px; 1162 1162 width: 24%; 1163 1163 background: #fff; 1164 border: 1px solid #e 5e5e5;1164 border: 1px solid #e2e4e7; 1165 1165 box-shadow: 0 1px 1px rgba(0,0,0,0.04); 1166 1166 } 1167 1167 … … 1235 1235 .filtered-by .tag { 1236 1236 margin: 0 5px; 1237 1237 padding: 4px 8px; 1238 border: 1px solid #e 5e5e5;1238 border: 1px solid #e2e4e7; 1239 1239 box-shadow: 0 1px 1px rgba(0,0,0,0.04); 1240 1240 background: #fff; 1241 1241 font-size: 11px; … … 1792 1792 bottom: 0; 1793 1793 left: 150px; 1794 1794 right: 170px; 1795 border: 1px solid #e 1e1e1;1795 border: 1px solid #e2e4e7; 1796 1796 border-top: none; 1797 1797 border-bottom: none; 1798 1798 background: #f6fbfd; … … 1845 1845 } 1846 1846 1847 1847 .contextual-help-tabs .active a { 1848 border-color: #e 1e1e1;1848 border-color: #e2e4e7; 1849 1849 color: #32373c; 1850 1850 } 1851 1851 … … 2129 2129 font-size: 14px; 2130 2130 line-height: 24px; 2131 2131 font-weight: 600; 2132 background: #e 5e5e5;2132 background: #e2e4e7; 2133 2133 color: #555; 2134 2134 text-decoration: none; 2135 2135 white-space: nowrap; … … 2287 2287 } 2288 2288 2289 2289 .media-icon img { 2290 border: 1px solid #e 5e5e5;2290 border: 1px solid #e2e4e7; 2291 2291 border: 1px solid rgba(0, 0, 0, 0.07); 2292 2292 } 2293 2293 … … 2680 2680 #plugin-information .counter-back { 2681 2681 height: 17px; 2682 2682 width: 92px; 2683 background-color: #e 5e5e5;2683 background-color: #e2e4e7; 2684 2684 float: left; 2685 2685 } 2686 2686 … … 2783 2783 overflow: hidden; /* clearfix */ 2784 2784 width: 100%; 2785 2785 margin-bottom: 20px; 2786 border-bottom: 1px solid #e 5e5e5;2786 border-bottom: 1px solid #e2e4e7; 2787 2787 } 2788 2788 2789 2789 #plugin-information .review-title-section { -
src/wp-admin/css/customize-widgets.css
67 67 position: fixed; 68 68 left: 299px; 69 69 top: 25%; 70 border: 1px solid rgb(229, 229, 229);70 border: 1px solid #e2e4e7; 71 71 overflow: auto; 72 72 } 73 73 .customize-control-widget_form.wide-widget-control .widget-inside > .form { … … 79 79 } 80 80 .customize-control-widget_form.wide-widget-control.expanding .widget-top, 81 81 .customize-control-widget_form.wide-widget-control.expanded:not(.collapsing) .widget-top { 82 background-color: rgb(227, 227, 227);82 background-color: #e2e4e7; 83 83 } 84 84 85 85 .widget-inside { -
src/wp-admin/css/dashboard.css
103 103 overflow: auto; 104 104 margin: 16px 0; 105 105 padding: 23px 10px 0; 106 border: 1px solid #e 5e5e5;106 border: 1px solid #e2e4e7; 107 107 box-shadow: 0 1px 1px rgba(0,0,0,0.04); 108 108 background: #fff; 109 109 font-size: 13px; -
src/wp-admin/css/edit.css
153 153 .postbox { 154 154 position: relative; 155 155 min-width: 255px; 156 border: 1px solid #e 5e5e5;156 border: 1px solid #e2e4e7; 157 157 box-shadow: 0 1px 1px rgba(0,0,0,0.04); 158 158 background: #fff; 159 159 } … … 309 309 #post-status-info { 310 310 width: 100%; 311 311 border-spacing: 0; 312 border: 1px solid #e 5e5e5;312 border: 1px solid #e2e4e7; 313 313 border-top: none; 314 314 background-color: #f7f7f7; 315 315 box-shadow: 0 1px 1px rgba(0,0,0,0.04); … … 360 360 361 361 .wp-editor-expand #wp-content-editor-tools { 362 362 z-index: 1000; 363 border-bottom: 1px solid #e 5e5e5;363 border-bottom: 1px solid #e2e4e7; 364 364 } 365 365 366 366 .wp-editor-expand #wp-content-editor-container { … … 377 377 } 378 378 379 379 .wp-editor-expand #post-status-info { 380 border-top: 1px solid #e 5e5e5;380 border-top: 1px solid #e2e4e7; 381 381 } 382 382 383 383 .wp-editor-expand div.mce-toolbar-grp { -
src/wp-admin/css/forms.css
769 769 padding: 0.7em 2em 1em; 770 770 min-width: 255px; 771 771 max-width: 520px; 772 border: 1px solid #e 5e5e5;772 border: 1px solid #e2e4e7; 773 773 box-shadow: 0 1px 1px rgba(0,0,0,0.04); 774 774 background: #fff; 775 775 } … … 804 804 position: relative; 805 805 cursor: move; 806 806 color: #32373c; 807 background: #e 5e5e5;807 background: #e2e4e7; 808 808 border-radius: 5px; 809 809 border: 1px solid #b4b9be; 810 810 font-style: normal; -
src/wp-admin/css/list-tables.css
674 674 min-width: 17px; 675 675 border: 1px solid #ccc; /* same color as buttons border */ 676 676 padding: 3px 5px 7px; 677 background: #e 5e5e5;677 background: #e2e4e7; 678 678 font-size: 16px; 679 679 line-height: 1; 680 680 font-weight: 400; … … 1265 1265 .plugins tr.active + tr.inactive th, 1266 1266 .plugins tr.active + tr.inactive td { 1267 1267 border-top: 1px solid rgba(0,0,0,0.03); 1268 box-shadow: inset 0 1px 0 rgba(0,0,0,0.02), inset 0 -1px 0 #e 1e1e1;1268 box-shadow: inset 0 1px 0 rgba(0,0,0,0.02), inset 0 -1px 0 #e2e4e7; 1269 1269 } 1270 1270 1271 1271 .plugins .update td, -
src/wp-admin/css/nav-menus.css
643 643 padding: 10px 0 10px 10px; 644 644 position: relative; 645 645 z-index: 10; /* Keep .item-title's shadow from appearing on top of .menu-item-settings */ 646 border: 1px solid #e 5e5e5;646 border: 1px solid #e2e4e7; 647 647 border-top: none; 648 648 box-shadow: 0 1px 1px rgba(0,0,0,0.04); 649 649 } -
src/wp-admin/css/themes.css
279 279 } 280 280 281 281 .theme-browser .theme.add-new-theme span:after { 282 background: #e 5e5e5;282 background: #e2e4e7; 283 283 background: rgba(153, 153, 153, 0.1); 284 284 border-radius: 50%; 285 285 display: inline-block; … … 1034 1034 .upload-theme .wp-upload-form, 1035 1035 .upload-plugin .wp-upload-form { 1036 1036 background: #fafafa; 1037 border: 1px solid #e 5e5e5;1037 border: 1px solid #e2e4e7; 1038 1038 padding: 30px; 1039 1039 margin: 30px auto; 1040 1040 max-width: 380px; -
src/wp-admin/css/widgets.css
738 738 } 739 739 740 740 .custom-html-widget-fields > p > .CodeMirror { 741 border: 1px solid #e 5e5e5;741 border: 1px solid #e2e4e7; 742 742 } 743 743 .custom-html-widget-fields code { 744 744 padding-top: 1px;