GTK3: fix lightdm lightdm password entry background
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user