Changeset 11262 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/admin/ui.php
- Timestamp:
- 10/01/2021 08:58:26 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/admin/ui.php
r11005 r11262 58 58 </script> 59 59 <style> 60 table.wp-list-table td > a { 60 table.wp-list-table td > a, 61 table.wp-list-table td.column-meta > div > a { 61 62 color: inherit; 62 63 } 63 table.wp-list-table td > a:hover { 64 table.wp-list-table td > a:hover, 65 table.wp-list-table td.column-meta > div > a:hover { 64 66 text-decoration: underline; 65 67 } 66 68 table.wp-list-table .delete-red { 67 69 color: #b32d2e; 70 } 71 td.column-meta > div { 72 max-height: 200px; 73 overflow: scroll; 68 74 } 69 75 </style>
Note: See TracChangeset
for help on using the changeset viewer.