Changeset 36537
- Timestamp:
- 02/16/2016 04:08:19 PM (9 years ago)
- Location:
- trunk/src/wp-admin/css
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/common.css
r36477 r36537 662 662 } 663 663 664 .media-upload-form label.form-help,665 td.help {666 color: #9a9a9a;667 }668 669 664 /* Helper classes for plugins to leverage the active WordPress color scheme */ 670 665 … … 2190 2185 2191 2186 .media-icon img { 2192 border: 1px solid #e 7e7e7;2187 border: 1px solid #e5e5e5; 2193 2188 border: 1px solid rgba(0, 0, 0, 0.07); 2194 2189 } … … 2564 2559 height: 17px; 2565 2560 width: 92px; 2566 background-color: #e cecec;2561 background-color: #e5e5e5; 2567 2562 float: left; 2568 2563 } -
trunk/src/wp-admin/css/deprecated-media.css
r32051 r36537 70 70 } 71 71 72 .media-upload-form label.form-help, 73 td.help { 74 color: #72777c; 75 } 76 72 77 form { 73 78 margin: 1em; -
trunk/src/wp-admin/css/edit.css
r36396 r36537 1106 1106 1107 1107 .ac_results { 1108 display: none; 1109 margin: -1px 0 0; 1108 1110 padding: 0; 1109 margin: 0;1110 1111 list-style: none; 1111 1112 position: absolute; 1112 1113 z-index: 10000; 1113 display: none; 1114 border: 1px solid #808080; 1114 border: 1px solid #5b9dd9; 1115 1115 background-color: #fff; 1116 1116 } … … 1121 1121 1122 1122 .ac_results li { 1123 padding: 2px 5px; 1123 margin: 0; 1124 padding: 5px 10px; 1124 1125 white-space: nowrap; 1125 color: #101010;1126 1126 text-align: left; 1127 1127 } 1128 1128 1129 .ac_over { 1130 background-color: #f0f0b8; 1129 .ac_results .ac_over, 1130 .ac_over .ac_match { 1131 background-color: #0073aa; 1132 color: #fff; 1131 1133 cursor: pointer; 1132 1134 } -
trunk/src/wp-admin/css/list-tables.css
r36477 r36537 225 225 #the-comment-list tr.undo, 226 226 #the-comment-list div.undo { 227 background-color: #f 4f4f4;227 background-color: #f5f5f5; 228 228 } 229 229 … … 696 696 display: inline-block; 697 697 min-width: 17px; 698 border: 1px solid # d2d2d2;698 border: 1px solid #ccc; /* same color as buttons border */ 699 699 padding: 3px 5px 7px; 700 700 background: #e4e4e4; -
trunk/src/wp-admin/css/media.css
r36223 r36537 493 493 display: block; 494 494 font: normal 16px/1 dashicons; 495 color: #b bb;495 color: #b4b9be; 496 496 } 497 497 … … 910 910 .media-disabled, 911 911 .imgedit-settings .disabled { 912 color: grey; 912 /* WCAG 1.4.3 Text or images of text that are part of an inactive user 913 interface component ... have no contrast requirement. */ 914 color: #a0a5aa; 913 915 } 914 916 -
trunk/src/wp-admin/css/press-this.css
r35636 r36537 776 776 padding: 6px 16px; 777 777 white-space: nowrap; 778 color: #101010;779 778 text-align: left; 780 779 } -
trunk/src/wp-admin/css/themes.css
r36518 r36537 247 247 */ 248 248 .theme-browser .theme.active .theme-name { 249 background: #2 f2f2f;249 background: #23282d; 250 250 color: #fff; 251 251 padding-right: 110px; … … 735 735 .theme-overlay .theme-author { 736 736 margin: 15px 0 25px; 737 color: # 686868;737 color: #72777c; 738 738 font-size: 16px; 739 739 font-weight: 400;
Note: See TracChangeset
for help on using the changeset viewer.