From 99f3de585502e4347a1275c09005ca6844cf2dcf Mon Sep 17 00:00:00 2001 From: Saubhagya Patel Date: Mon, 24 Feb 2025 22:56:41 +0530 Subject: [PATCH] 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. --- web/styles/settings.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/styles/settings.css b/web/styles/settings.css index 4cfba6ce27..eb6d0153d7 100644 --- a/web/styles/settings.css +++ b/web/styles/settings.css @@ -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);