Changeset 50571
- Timestamp:
- 03/24/2021 04:39:39 PM (4 years ago)
- Location:
- trunk/src
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/color-picker.css
r50025 r50571 103 103 104 104 .wp-color-picker::-webkit-input-placeholder { 105 color: # 787c82;105 color: #646970; 106 106 } 107 107 108 108 .wp-color-picker::-moz-placeholder { 109 color: # 787c82;109 color: #646970; 110 110 opacity: 1; 111 111 } 112 112 113 113 .wp-color-picker:-ms-input-placeholder { 114 color: # 787c82;114 color: #646970; 115 115 } 116 116 -
trunk/src/wp-admin/css/common.css
r50357 r50571 1021 1021 padding: 4px 10px; 1022 1022 border-radius: 30px; 1023 background: # 787c82;1023 background: #646970; 1024 1024 color: #fff; 1025 1025 font-size: 14px; … … 1119 1119 content: "\f111"; 1120 1120 margin: 0 5px 0 0; 1121 color: # 787c82;1121 color: #646970; 1122 1122 font: normal 16px/1 dashicons; 1123 1123 vertical-align: text-bottom; … … 1174 1174 .show-filters .wp-filter .button.drawer-toggle { 1175 1175 border-radius: 2px; 1176 background: # 787c82;1176 background: #646970; 1177 1177 color: #fff; 1178 1178 } -
trunk/src/wp-admin/css/customize-controls.css
r50386 r50571 2604 2604 line-height: 2.1; 2605 2605 text-align: center; 2606 color: # 787c82;2606 color: #646970; 2607 2607 } 2608 2608 … … 2672 2672 left: 26px; 2673 2673 z-index: 1; 2674 color: # 787c82;2674 color: #646970; 2675 2675 height: 30px; 2676 2676 width: 30px; -
trunk/src/wp-admin/css/customize-widgets.css
r50025 r50571 262 262 #available-widgets .widget .widget-description { 263 263 padding: 0; 264 color: # 787c82;264 color: #646970; 265 265 } 266 266 -
trunk/src/wp-admin/css/dashboard.css
r50525 r50571 141 141 142 142 .welcome-panel p { 143 color: # 787c82;143 color: #646970; 144 144 } 145 145 … … 513 513 514 514 .rssSummary { 515 color: # 787c82;515 color: #646970; 516 516 margin-top: 4px; 517 517 } … … 533 533 #dashboard_primary .rss-widget span, 534 534 #dashboard_primary .rss-widget span.rss-date { 535 color: # 787c82;535 color: #646970; 536 536 } 537 537 … … 757 757 758 758 #dashboard_activity .no-activity p { 759 color: # 787c82;759 color: #646970; 760 760 font-size: 16px; 761 761 } … … 770 770 #dashboard_activity .subsubsub a .count, 771 771 #dashboard_activity .subsubsub a.current .count { 772 color: # 787c82; /* white background on the dashboard but #f1f1f1 on list tables */772 color: #646970; /* white background on the dashboard but #f0f0f1 on list tables */ 773 773 } 774 774 … … 996 996 997 997 .rss-widget span.rss-date { 998 color: # 787c82;998 color: #646970; 999 999 font-size: 13px; 1000 1000 margin-left: 3px; -
trunk/src/wp-admin/css/deprecated-media.css
r50025 r50571 71 71 .media-upload-form label.form-help, 72 72 td.help { 73 color: # 787c82;73 color: #646970; 74 74 } 75 75 -
trunk/src/wp-admin/css/edit.css
r50568 r50571 69 69 70 70 #titlediv #title-prompt-text { 71 color: # 787c82;71 color: #646970; 72 72 position: absolute; 73 73 font-size: 1.7em; … … 1441 1441 display: inline-block; 1442 1442 padding: 0 4px; 1443 color: # 787c82;1443 color: #646970; 1444 1444 font-size: 13px; 1445 1445 word-break: break-all; -
trunk/src/wp-admin/css/forms.css
r50363 r50571 227 227 228 228 ::-webkit-input-placeholder { 229 color: # 787c82;229 color: #646970; 230 230 } 231 231 232 232 ::-moz-placeholder { 233 color: # 787c82;233 color: #646970; 234 234 opacity: 1; 235 235 } 236 236 237 237 :-ms-input-placeholder { 238 color: # 787c82;238 color: #646970; 239 239 } 240 240 … … 1318 1318 font-weight: 400; 1319 1319 font-style: italic; 1320 color: # 787c82;1320 color: #646970; 1321 1321 } 1322 1322 -
trunk/src/wp-admin/css/list-tables.css
r50385 r50571 56 56 height: 2em; 57 57 border-radius: 5px; 58 background-color: # 787c82;58 background-color: #646970; 59 59 color: #fff; 60 60 font-size: 11px; … … 72 72 width: 0; 73 73 height: 0; 74 border-top: 5px solid # 787c82;74 border-top: 5px solid #646970; 75 75 border-right: 5px solid transparent; 76 76 } -
trunk/src/wp-admin/css/nav-menus.css
r50162 r50571 136 136 137 137 .theme-location-set { 138 color: # 787c82;138 color: #646970; 139 139 font-size: 11px; 140 140 } … … 483 483 484 484 .menu-item-handle .menu-item-title.no-title { 485 color: # 787c82;485 color: #646970; 486 486 } 487 487 … … 690 690 padding: 3px 5px 5px; 691 691 border: 1px solid #dcdcde; 692 color: # 787c82;692 color: #646970; 693 693 font-size: 12px; 694 694 } -
trunk/src/wp-admin/css/revisions.css
r50025 r50571 132 132 133 133 .revisions-controls .author-card .date { 134 color: # 787c82;134 color: #646970; 135 135 } 136 136 -
trunk/src/wp-admin/css/themes.css
r50025 r50571 662 662 663 663 .theme-overlay .theme-version { 664 color: # 787c82;664 color: #646970; 665 665 font-size: 13px; 666 666 font-weight: 400; … … 672 672 .theme-overlay .theme-author { 673 673 margin: 15px 0 25px; 674 color: # 787c82;674 color: #646970; 675 675 font-size: 16px; 676 676 font-weight: 400; … … 705 705 .theme-overlay .theme-tags { 706 706 border-top: 3px solid #f0f0f1; 707 color: # 8c8f94;707 color: #646970; 708 708 font-size: 13px; 709 709 font-weight: 400; … … 1124 1124 .theme-details .no-rating { 1125 1125 font-size: 11px; 1126 color: # 787c82;1126 color: #646970; 1127 1127 } 1128 1128 … … 1856 1856 .theme-details .theme-description { 1857 1857 float: left; 1858 color: # 787c82;1858 color: #646970; 1859 1859 line-height: 1.6; 1860 1860 max-width: 100%; -
trunk/src/wp-admin/css/widgets.css
r50025 r50571 355 355 margin: 0; 356 356 font-style: normal; 357 color: # 787c82;357 color: #646970; 358 358 } 359 359 -
trunk/src/wp-includes/css/media-views.css
r50025 r50571 152 152 153 153 .media-frame ::-webkit-input-placeholder { 154 color: # 787c82;154 color: #646970; 155 155 } 156 156 157 157 .media-frame ::-moz-placeholder { 158 color: # 787c82;158 color: #646970; 159 159 opacity: 1; 160 160 } 161 161 162 162 .media-frame :-ms-input-placeholder { 163 color: # 787c82;163 color: #646970; 164 164 } 165 165
Note: See TracChangeset
for help on using the changeset viewer.