Making WordPress.org


Ignore:
Timestamp:
10/01/2021 08:58:26 AM (5 years ago)
Author:
dd32
Message:

Login: Update the registration moderation table to be more efficient.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/admin/ui.php

    r11005 r11262  
    5858    </script>
    5959    <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 {
    6162            color: inherit;
    6263        }
    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 {
    6466            text-decoration: underline;
    6567        }
    6668        table.wp-list-table .delete-red {
    6769            color: #b32d2e;
     70        }
     71        td.column-meta > div {
     72            max-height: 200px;
     73            overflow: scroll;
    6874        }
    6975    </style>
Note: See TracChangeset for help on using the changeset viewer.