Index: lams_central/web/css/main.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/Attic/main.css,v diff -u -r1.1.2.5 -r1.1.2.6 --- lams_central/web/css/main.css 30 Oct 2016 23:26:05 -0000 1.1.2.5 +++ lams_central/web/css/main.css 31 Oct 2016 07:35:11 -0000 1.1.2.6 @@ -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;