@@ -596,7 +596,9 @@ legend {
596
596
.mx_Dialog
597
597
button:not (.mx_Dialog_nonDialogButton ):not ([class|="maplibregl" ] ):not (.mx_AccessibleButton ):not (
598
598
.mx_UserProfileSettings button
599
- ):not (.mx_ThemeChoicePanel_CustomTheme button):not (.mx_UnpinAllDialog button):not (.mx_ShareDialog button),
599
+ ):not (.mx_ThemeChoicePanel_CustomTheme button):not (.mx_UnpinAllDialog button):not (.mx_ShareDialog button):not (
600
+ .mx_EncryptionUserSettingsTab button
601
+ ),
600
602
.mx_Dialog input [type="submit" ] ,
601
603
.mx_Dialog_buttons button:not (.mx_Dialog_nonDialogButton ):not (.mx_AccessibleButton ),
602
604
.mx_Dialog_buttons input [type="submit" ] {
@@ -616,16 +618,18 @@ legend {
616
618
.mx_Dialog
617
619
button:not (.mx_Dialog_nonDialogButton ):not ([class|="maplibregl" ] ):not (.mx_AccessibleButton ):not (
618
620
.mx_UserProfileSettings button
619
- ):not (.mx_ThemeChoicePanel_CustomTheme button):not (.mx_UnpinAllDialog button):not (
620
- .mx_ShareDialog button
621
+ ):not (.mx_ThemeChoicePanel_CustomTheme button):not (.mx_UnpinAllDialog button):not (.mx_ShareDialog button) :not (
622
+ .mx_EncryptionUserSettingsTab button
621
623
):last-child {
622
624
margin-right : 0 px ;
623
625
}
624
626
625
627
.mx_Dialog
626
628
button:not (.mx_Dialog_nonDialogButton ):not ([class|="maplibregl" ] ):not (.mx_AccessibleButton ):not (
627
629
.mx_UserProfileSettings button
628
- ):not (.mx_ThemeChoicePanel_CustomTheme button):not (.mx_UnpinAllDialog button):not (.mx_ShareDialog button):focus ,
630
+ ):not (.mx_ThemeChoicePanel_CustomTheme button):not (.mx_UnpinAllDialog button):not (.mx_ShareDialog button):not (
631
+ .mx_EncryptionUserSettingsTab button
632
+ ):focus ,
629
633
.mx_Dialog input [type="submit" ] :focus ,
630
634
.mx_Dialog_buttons button:not (.mx_Dialog_nonDialogButton ):not (.mx_AccessibleButton ):focus ,
631
635
.mx_Dialog_buttons input [type="submit" ] :focus {
@@ -637,7 +641,9 @@ legend {
637
641
.mx_Dialog_buttons
638
642
button .mx_Dialog_primary:not (.mx_Dialog_nonDialogButton ):not (.mx_AccessibleButton ):not (
639
643
.mx_UserProfileSettings button
640
- ):not (.mx_ThemeChoicePanel_CustomTheme button):not (.mx_UnpinAllDialog button):not (.mx_ShareDialog button),
644
+ ):not (.mx_ThemeChoicePanel_CustomTheme button):not (.mx_UnpinAllDialog button):not (.mx_ShareDialog button):not (
645
+ .mx_EncryptionUserSettingsTab button
646
+ ),
641
647
.mx_Dialog_buttons input [type="submit" ] .mx_Dialog_primary {
642
648
color : var (--cpd-color-text-on-solid-primary );
643
649
background-color : var (--cpd-color-bg-action-primary-rest );
@@ -650,7 +656,7 @@ legend {
650
656
.mx_Dialog_buttons
651
657
button .danger:not (.mx_Dialog_nonDialogButton ):not (.mx_AccessibleButton ):not (.mx_UserProfileSettings button):not (
652
658
.mx_ThemeChoicePanel_CustomTheme button
653
- ):not (.mx_UnpinAllDialog button):not (.mx_ShareDialog button),
659
+ ):not (.mx_UnpinAllDialog button):not (.mx_ShareDialog button):not ( .mx_EncryptionUserSettingsTab button) ,
654
660
.mx_Dialog_buttons input [type="submit" ] .danger {
655
661
background-color : var (--cpd-color-bg-critical-primary );
656
662
border : solid 1 px var (--cpd-color-bg-critical-primary );
@@ -666,7 +672,9 @@ legend {
666
672
.mx_Dialog
667
673
button:not (.mx_Dialog_nonDialogButton ):not ([class|="maplibregl" ] ):not (.mx_AccessibleButton ):not (
668
674
.mx_UserProfileSettings button
669
- ):not (.mx_ThemeChoicePanel_CustomTheme button):not (.mx_UnpinAllDialog button):not (.mx_ShareDialog button):disabled ,
675
+ ):not (.mx_ThemeChoicePanel_CustomTheme button):not (.mx_UnpinAllDialog button):not (.mx_ShareDialog button):not (
676
+ .mx_EncryptionUserSettingsTab button
677
+ ):disabled ,
670
678
.mx_Dialog input [type="submit" ] :disabled ,
671
679
.mx_Dialog_buttons button:not (.mx_Dialog_nonDialogButton ):not (.mx_AccessibleButton ):disabled ,
672
680
.mx_Dialog_buttons input [type="submit" ] :disabled {
0 commit comments