Skip to content

Commit eb22913

Browse files
Add .dialog-button theming, fix #73
1 parent 7b0aefb commit eb22913

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

theme/parts/buttons.css

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
.identity-popup-permission-remove-button,
3535
#identity-popup-security-expander,
3636
#PanelUI-panic-view-button,
37-
.tracking-protection-button {
37+
.tracking-protection-button,
38+
.dialog-button {
3839
-moz-appearance: none !important;
3940
background: var(--gnome-button-background) !important;
4041
box-shadow: var(--gnome-button-box-shadow) !important;
@@ -69,7 +70,8 @@
6970
.notification-button,
7071
.protections-popup-footer-button,
7172
#PanelUI-panic-view-button,
72-
.tracking-protection-button {
73+
.tracking-protection-button,
74+
.dialog-button {
7375
padding: 2px 16px !important;
7476
text-align: center !important;
7577
}
@@ -124,7 +126,8 @@ menulist:hover .menulist-label-box,
124126
.protections-popup-footer-button:hover,
125127
.identity-popup-permission-remove-button:hover,
126128
#identity-popup-security-expander:hover,
127-
.tracking-protection-button:hover {
129+
.tracking-protection-button:hover,
130+
.dialog-button:hover {
128131
outline: 0 !important;
129132
background: var(--gnome-button-hover-background) !important;
130133
}
@@ -155,7 +158,8 @@ menulist[open] .menulist-label-box,
155158
.protections-popup-footer-button:not(#hack):active,
156159
.identity-popup-permission-remove-button:active,
157160
#identity-popup-security-expander:active,
158-
.tracking-protection-button:active {
161+
.tracking-protection-button:active,
162+
.dialog-button:active {
159163
background: var(--gnome-button-active-background) !important;
160164
box-shadow: var(--gnome-button-active-box-shadow) !important;
161165
border-color: var(--gnome-button-active-border-color) !important;

0 commit comments

Comments
 (0)