mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08:00
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:
parent
d8f609d088
commit
99f3de5855
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user