diff --git a/src/wp-admin/css/list-tables.css b/src/wp-admin/css/list-tables.css
index 0747dcf4db..4678073eb6 100644
a
|
b
|
table.media .column-title .filename { |
436 | 436 | #commentsdiv .comments-box thead td { |
437 | 437 | background: transparent; |
438 | 438 | padding: 0 7px 4px; |
439 | | font-style: italic; |
440 | 439 | } |
441 | 440 | |
442 | 441 | #commentsdiv .comments-box tr:last-child td { |
… |
… |
tr.inline-edit-row td, |
1020 | 1019 | text-transform: uppercase; |
1021 | 1020 | } |
1022 | 1021 | |
1023 | | .inline-edit-row fieldset span.title, |
1024 | | .inline-edit-row fieldset span.checkbox-title { |
1025 | | font-style: italic; |
1026 | | } |
1027 | | |
1028 | 1022 | /* Specific Elements */ |
1029 | 1023 | .inline-edit-row fieldset .inline-edit-date { |
1030 | 1024 | float: left; |
… |
… |
ul.cat-checklist { |
1320 | 1314 | .plugins .paused .error-display p, |
1321 | 1315 | .plugins .paused .error-display code { |
1322 | 1316 | font-size: 90%; |
1323 | | font-style: italic; |
1324 | 1317 | color: rgb( 0, 0, 0, 0.7 ); |
1325 | 1318 | } |
1326 | 1319 | |
diff --git a/src/wp-admin/css/media.css b/src/wp-admin/css/media.css
index 6a56624365..a57daa1a64 100644
a
|
b
|
border color while dragging a file over the uploader drop area */ |
1053 | 1053 | |
1054 | 1054 | .imgedit-help { |
1055 | 1055 | display: none; |
1056 | | font-style: italic; |
1057 | 1056 | } |
1058 | 1057 | |
1059 | 1058 | /* higher specificity than buttons */ |