GTK3: fix lightdm lightdm password entry background

This commit is contained in:
Daniel Ruiz de Alegría 2020-04-09 00:20:12 +02:00
parent 5704257c33
commit b8ae7734b0
4 changed files with 4 additions and 4 deletions

View File

@ -5174,7 +5174,7 @@ wnck-pager {
border-radius: 5px; border-radius: 5px;
box-shadow: inset 1px 1px rgba(255, 255, 255, 0.05); } box-shadow: inset 1px 1px rgba(255, 255, 255, 0.05); }
.lightdm-gtk-greeter #login_window entry { .lightdm-gtk-greeter #login_window entry {
background: white; background: rgba(0, 0, 0, 0.7);
border-color: transparent; border-color: transparent;
min-height: 32px; } min-height: 32px; }
.lightdm-gtk-greeter #login_window #buttonbox_frame { .lightdm-gtk-greeter #login_window #buttonbox_frame {

View File

@ -5174,7 +5174,7 @@ wnck-pager {
border-radius: 5px; border-radius: 5px;
box-shadow: inset 1px 1px rgba(255, 255, 255, 0.05); } box-shadow: inset 1px 1px rgba(255, 255, 255, 0.05); }
.lightdm-gtk-greeter #login_window entry { .lightdm-gtk-greeter #login_window entry {
background: white; background: rgba(0, 0, 0, 0.7);
border-color: transparent; border-color: transparent;
min-height: 32px; } min-height: 32px; }
.lightdm-gtk-greeter #login_window #buttonbox_frame { .lightdm-gtk-greeter #login_window #buttonbox_frame {

View File

@ -5196,7 +5196,7 @@ wnck-pager {
border-radius: 5px; border-radius: 5px;
box-shadow: inset 1px 1px rgba(255, 255, 255, 0.05); } box-shadow: inset 1px 1px rgba(255, 255, 255, 0.05); }
.lightdm-gtk-greeter #login_window entry { .lightdm-gtk-greeter #login_window entry {
background: rgba(0, 0, 0, 0.7); background: white;
border-color: transparent; border-color: transparent;
min-height: 32px; } min-height: 32px; }
.lightdm-gtk-greeter #login_window #buttonbox_frame { .lightdm-gtk-greeter #login_window #buttonbox_frame {

View File

@ -71,7 +71,7 @@ wnck-pager {
box-shadow: inset 1px 1px transparentize(white, .95); box-shadow: inset 1px 1px transparentize(white, .95);
entry { entry {
background: if($variant=='light', transparentize(black, .3), white); background: if($variant=='light', white, transparentize(black, .3));
border-color: transparent; border-color: transparent;
min-height: 32px; min-height: 32px;
} }