Index: lams_central/web/css/main.css =================================================================== diff -u -rb594c93f7d31529431ae41c1cbb82ae81b81f771 -ra49ad1a34b02a266e498b34eac28a2997e1fd69a --- lams_central/web/css/main.css (.../main.css) (revision b594c93f7d31529431ae41c1cbb82ae81b81f771) +++ lams_central/web/css/main.css (.../main.css) (revision a49ad1a34b02a266e498b34eac28a2997e1fd69a) @@ -393,25 +393,23 @@ padding: 3px; } -#dialogPrivateNotifications table tr:first-child td { +#tablePrivateNotifications tr:first-child td { font-weight: bold; text-align: center; } -#dialogPrivateNotifications td.notificationsReadCell { +#tablePrivateNotifications td.notificationsReadCell { font-size: 16px; width: 30px; text-align: center; } -#dialogPrivateNotifications td.notificationsPendingCell { +#tablePrivateNotifications td.notificationsPendingCell { font-weight: bold; } -#dialogPrivateNotifications td.notificationsClickableCell:hover { +#tablePrivateNotifications td.notificationsClickableCell:hover { cursor: pointer; - border-color: #9be0f9; - background-color: #F0F8FF; /* CSS3 glow effect: */ -moz-border-radius: 6px; -webkit-border-radius: 6px;