GTK3: fix lightdm button color

This commit is contained in:
Daniel Ruiz de Alegría
2021-11-23 12:26:44 +01:00
parent a1b4d67d88
commit 1e2618339a
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -6208,7 +6208,7 @@ wnck-pager {
box-shadow: inset 0 -4px rgba(0, 0, 0, 0.2), inset 0 1px 2px rgba(0, 0, 0, 0.27); }
.lightdm-gtk-greeter #login_window #buttonbox_frame button {
border: 0;
color: white;
color: #ffffff;
text-shadow: none; }
.lightdm-gtk-greeter #login_window #buttonbox_frame #cancel_button {
background: rgba(0, 0, 0, 0.27);
+1 -1
View File
@@ -6208,7 +6208,7 @@ wnck-pager {
box-shadow: inset 0 -4px rgba(0, 0, 0, 0.2), inset 0 1px 2px rgba(0, 0, 0, 0.27); }
.lightdm-gtk-greeter #login_window #buttonbox_frame button {
border: 0;
color: white;
color: #ffffff;
text-shadow: none; }
.lightdm-gtk-greeter #login_window #buttonbox_frame #cancel_button {
background: rgba(0, 0, 0, 0.27);
+1 -1
View File
@@ -6217,7 +6217,7 @@ wnck-pager {
box-shadow: inset 0 -4px rgba(0, 0, 0, 0.2), inset 0 1px 2px rgba(0, 0, 0, 0.07); }
.lightdm-gtk-greeter #login_window #buttonbox_frame button {
border: 0;
color: white;
color: #ffffff;
text-shadow: none; }
.lightdm-gtk-greeter #login_window #buttonbox_frame #cancel_button {
background: rgba(0, 0, 0, 0.07);