GTK3: fix lightdm button color
This commit is contained in:
parent
a1b4d67d88
commit
1e2618339a
@ -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); }
|
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 {
|
.lightdm-gtk-greeter #login_window #buttonbox_frame button {
|
||||||
border: 0;
|
border: 0;
|
||||||
color: white;
|
color: #ffffff;
|
||||||
text-shadow: none; }
|
text-shadow: none; }
|
||||||
.lightdm-gtk-greeter #login_window #buttonbox_frame #cancel_button {
|
.lightdm-gtk-greeter #login_window #buttonbox_frame #cancel_button {
|
||||||
background: rgba(0, 0, 0, 0.27);
|
background: rgba(0, 0, 0, 0.27);
|
||||||
|
|||||||
@ -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); }
|
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 {
|
.lightdm-gtk-greeter #login_window #buttonbox_frame button {
|
||||||
border: 0;
|
border: 0;
|
||||||
color: white;
|
color: #ffffff;
|
||||||
text-shadow: none; }
|
text-shadow: none; }
|
||||||
.lightdm-gtk-greeter #login_window #buttonbox_frame #cancel_button {
|
.lightdm-gtk-greeter #login_window #buttonbox_frame #cancel_button {
|
||||||
background: rgba(0, 0, 0, 0.27);
|
background: rgba(0, 0, 0, 0.27);
|
||||||
|
|||||||
@ -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); }
|
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 {
|
.lightdm-gtk-greeter #login_window #buttonbox_frame button {
|
||||||
border: 0;
|
border: 0;
|
||||||
color: white;
|
color: #ffffff;
|
||||||
text-shadow: none; }
|
text-shadow: none; }
|
||||||
.lightdm-gtk-greeter #login_window #buttonbox_frame #cancel_button {
|
.lightdm-gtk-greeter #login_window #buttonbox_frame #cancel_button {
|
||||||
background: rgba(0, 0, 0, 0.07);
|
background: rgba(0, 0, 0, 0.07);
|
||||||
|
|||||||
@ -225,7 +225,7 @@ wnck-pager {
|
|||||||
|
|
||||||
button {
|
button {
|
||||||
border: 0;
|
border: 0;
|
||||||
color: white;
|
color: $selected_fg_color;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user