|
34 | 34 | .identity-popup-permission-remove-button, |
35 | 35 | #identity-popup-security-expander, |
36 | 36 | #PanelUI-panic-view-button, |
37 | | -.tracking-protection-button { |
| 37 | +.tracking-protection-button, |
| 38 | +.dialog-button { |
38 | 39 | -moz-appearance: none !important; |
39 | 40 | background: var(--gnome-button-background) !important; |
40 | 41 | box-shadow: var(--gnome-button-box-shadow) !important; |
|
69 | 70 | .notification-button, |
70 | 71 | .protections-popup-footer-button, |
71 | 72 | #PanelUI-panic-view-button, |
72 | | -.tracking-protection-button { |
| 73 | +.tracking-protection-button, |
| 74 | +.dialog-button { |
73 | 75 | padding: 2px 16px !important; |
74 | 76 | text-align: center !important; |
75 | 77 | } |
@@ -124,7 +126,8 @@ menulist:hover .menulist-label-box, |
124 | 126 | .protections-popup-footer-button:hover, |
125 | 127 | .identity-popup-permission-remove-button:hover, |
126 | 128 | #identity-popup-security-expander:hover, |
127 | | -.tracking-protection-button:hover { |
| 129 | +.tracking-protection-button:hover, |
| 130 | +.dialog-button:hover { |
128 | 131 | outline: 0 !important; |
129 | 132 | background: var(--gnome-button-hover-background) !important; |
130 | 133 | } |
@@ -155,7 +158,8 @@ menulist[open] .menulist-label-box, |
155 | 158 | .protections-popup-footer-button:not(#hack):active, |
156 | 159 | .identity-popup-permission-remove-button:active, |
157 | 160 | #identity-popup-security-expander:active, |
158 | | -.tracking-protection-button:active { |
| 161 | +.tracking-protection-button:active, |
| 162 | +.dialog-button:active { |
159 | 163 | background: var(--gnome-button-active-background) !important; |
160 | 164 | box-shadow: var(--gnome-button-active-box-shadow) !important; |
161 | 165 | border-color: var(--gnome-button-active-border-color) !important; |
|
0 commit comments