GTK3: fix lightdm lightdm password entry background
This commit is contained in:
parent
5704257c33
commit
b8ae7734b0
@ -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 {
|
||||||
|
|||||||
@ -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 {
|
||||||
|
|||||||
@ -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 {
|
||||||
|
|||||||
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user