GTK3: Add ligthdm custom themes

This commit is contained in:
Daniel Ruiz de Alegría
2020-04-03 13:33:00 +02:00
parent d96670b653
commit 5116104a0c
5 changed files with 855 additions and 1640 deletions
@@ -1,3 +1,4 @@
$panel_bg : transparentize($bg_color, if($variant=='light', .1, .2));
/* Nautilus */
@import url('applications/nautilus/Adwaita.css');
@@ -8,9 +9,7 @@
/* XFCE4 PANEL */
.xfce4-panel {
&.background {
background: transparentize($bg_color, if($variant=='light', .1, .2));
}
&.background { background: $panel_bg; }
button {
border: 0;
@@ -55,3 +54,52 @@ wnck-pager {
&:hover { background-color: darken($bg_color, 20%); }
}
/* LightDM */
.lightdm-gtk-greeter {
#panel_window {
background: $panel_bg;
color: $fg_color;
text-shadow: none;
-gtk-icon-shadow: none;
}
#login_window {
border: 0;
background-color: $panel_bg;
border-radius: $button_radius;
box-shadow: inset 1px 1px transparentize(white, .95);
entry {
background: if($variant=='light', transparentize(black, .3), white);
border-color: transparent;
min-height: 32px;
}
#buttonbox_frame {
padding-top: 20px;
background: $panel_bg;
border-top: 1px solid transparentize(black, .9);
border-radius: 0 0 $button_radius $button_radius;
box-shadow: inset 0 -4px transparentize(black, .8);
button {
border: 0;
color: white;
text-shadow: none;
}
#cancel_button {
background: transparentize(black, if($variant=='light', .95, .5));
box-shadow: none;
color: $fg_color;
}
#login_button {
background: $selected_bg_color;
box-shadow: inset 0 -2px transparentize(black, 0.8);
}
}
}
}
@@ -245,7 +245,7 @@ infobar {
.app-notification.frame {
padding: 5px 10px;
margin: 20px;
border-radius: 5px;
border-radius: $button_radius;
box-shadow: 0 2px 8px 0 transparentize(black, .6);
background-image: none;