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