css: Fix CSS of Notification triggers table in Default user settings.

This commit applies CSS styles to the Notification triggers table in
the Default user settings under Organization settings, similar to how
they are applied to the Notification triggers table in the Notification
settings under Personal settings.
This commit is contained in:
Saubhagya Patel 2025-02-24 22:56:41 +05:30 committed by Tim Abbott
parent d8f609d088
commit 99f3de5855

View File

@ -645,7 +645,8 @@ input[type="checkbox"] {
padding: 4px 14px;
}
#user-notification-settings {
#user-notification-settings,
#realm-user-default-settings {
.notification-table {
thead {
background-color: var(--color-background-notification-table-thead);