Ticket #40633: 40633-light-gray-800.diff
File 40633-light-gray-800.diff, 5.8 KB (added by , 7 years ago) |
---|
-
src/wp-admin/css/admin-menu.css
165 165 } 166 166 167 167 #adminmenu .wp-submenu a { 168 color: #b 4b9be;168 color: #b5bcc2; 169 169 color: rgba(240,245,250,0.7); 170 170 } 171 171 -
src/wp-admin/css/common.css
1936 1936 } 1937 1937 1938 1938 .metabox-holder .postbox-container .empty-container { 1939 border: 3px dashed #b 4b9be;1939 border: 3px dashed #b5bcc2; 1940 1940 height: 250px; 1941 1941 position: relative; 1942 1942 } … … 2018 2018 } 2019 2019 2020 2020 .sortable-placeholder { 2021 border: 1px dashed #b 4b9be;2021 border: 1px dashed #b5bcc2; 2022 2022 margin-bottom: 20px; 2023 2023 } 2024 2024 -
src/wp-admin/css/customize-controls.css
1340 1340 position: relative; 1341 1341 text-align: center; 1342 1342 cursor: default; 1343 border: 1px dashed #b 4b9be;1343 border: 1px dashed #b5bcc2; 1344 1344 box-sizing: border-box; 1345 1345 padding: 9px 0; 1346 1346 line-height: 20px; -
src/wp-admin/css/edit.css
278 278 height: auto; 279 279 width: auto; 280 280 vertical-align: top; 281 background-image: linear-gradient(45deg, # c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4), linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4);281 background-image: linear-gradient(45deg, #b5bcc2 25%, transparent 25%, transparent 75%, #b5bcc2 75%, #b5bcc2), linear-gradient(45deg, #b5bcc2 25%, transparent 25%, transparent 75%, #b5bcc2 75%, #b5bcc2); 282 282 background-position: 0 0, 10px 10px; 283 283 background-size: 20px 20px; 284 284 } -
src/wp-admin/css/forms.css
68 68 69 69 input[type="checkbox"], 70 70 input[type="radio"] { 71 border: 1px solid #b 4b9be;71 border: 1px solid #b5bcc2; 72 72 background: #fff; 73 73 color: #555; 74 74 clear: none; … … 806 806 color: #32373c; 807 807 background: #e5e5e5; 808 808 border-radius: 5px; 809 border: 1px solid #b 4b9be;809 border: 1px solid #b5bcc2; 810 810 font-style: normal; 811 811 line-height: 16px; 812 812 font-size: 14px; -
src/wp-admin/css/list-tables.css
766 766 } 767 767 768 768 .view-switch a:before { 769 color: #b 4b9be;769 color: #b5bcc2; 770 770 display: inline-block; 771 771 font: normal 20px/1 dashicons; 772 772 speak: none; … … 1305 1305 background-color: #eee; 1306 1306 box-shadow: inset 0 0 10px rgba(160,165,170,.15); 1307 1307 font-size: 60px; 1308 color: # B4B9BE;1308 color: #b5bcc2; 1309 1309 } 1310 1310 1311 1311 #update-themes-table .plugin-title img, -
src/wp-admin/css/media.css
390 390 } 391 391 392 392 .drag-drop #drag-drop-area { 393 border: 4px dashed #b 4b9be;393 border: 4px dashed #b5bcc2; 394 394 height: 200px; 395 395 } 396 396 … … 514 514 bottom: auto; 515 515 padding-top: 0; 516 516 margin-top: 20px; 517 border: 4px dashed #b 4b9be;517 border: 4px dashed #b5bcc2; 518 518 } 519 519 520 520 .media-frame.mode-select .attachments-browser.fixed .attachments { … … 746 746 max-width: 100%; 747 747 max-height: 90%; 748 748 max-height: calc( 100% - 42px ); /* leave space for actions underneath */ 749 background-image: linear-gradient(45deg, # c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4), linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4);749 background-image: linear-gradient(45deg, #b5bcc2 25%, transparent 25%, transparent 75%, #b5bcc2 75%, #b5bcc2), linear-gradient(45deg, #b5bcc2 25%, transparent 25%, transparent 75%, #b5bcc2 75%, #b5bcc2); 750 750 background-position: 0 0, 10px 10px; 751 751 background-size: 20px 20px; 752 752 } … … 993 993 } 994 994 995 995 .imgedit-crop-wrap img { 996 background-image: linear-gradient(45deg, # c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4), linear-gradient(45deg, #c4c4c4 25%, transparent 25%, transparent 75%, #c4c4c4 75%, #c4c4c4);996 background-image: linear-gradient(45deg, #b5bcc2 25%, transparent 25%, transparent 75%, #b5bcc2 75%, #b5bcc2), linear-gradient(45deg, #b5bcc2 25%, transparent 25%, transparent 75%, #b5bcc2 75%, #b5bcc2); 997 997 background-position: 0 0, 10px 10px; 998 998 background-size: 20px 20px; 999 999 } -
src/wp-admin/css/themes.css
1458 1458 .theme-install-overlay .previous-theme.disabled:focus, 1459 1459 .theme-install-overlay .next-theme.disabled:hover, 1460 1460 .theme-install-overlay .next-theme.disabled:focus { 1461 color: #b 4b9be;1461 color: #b5bcc2; 1462 1462 background: #eee; 1463 1463 cursor: default; 1464 1464 pointer-events: none; -
src/wp-admin/css/widgets.css
85 85 } 86 86 87 87 .media-widget-control .placeholder { 88 border: 1px dashed #b 4b9be;88 border: 1px dashed #b5bcc2; 89 89 box-sizing: border-box; 90 90 cursor: pointer; 91 91 line-height: 20px; … … 237 237 } 238 238 239 239 .widget-placeholder { 240 border: 1px dashed #b 4b9be;240 border: 1px dashed #b5bcc2; 241 241 margin: 0 auto 10px; 242 242 height: 45px; 243 243 width: 100%;