GTK3: Add ligthdm custom themes
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,3 +1,4 @@
|
|||||||
|
$panel_bg : transparentize($bg_color, if($variant=='light', .1, .2));
|
||||||
|
|
||||||
/* Nautilus */
|
/* Nautilus */
|
||||||
@import url('applications/nautilus/Adwaita.css');
|
@import url('applications/nautilus/Adwaita.css');
|
||||||
@@ -8,9 +9,7 @@
|
|||||||
|
|
||||||
/* XFCE4 PANEL */
|
/* XFCE4 PANEL */
|
||||||
.xfce4-panel {
|
.xfce4-panel {
|
||||||
&.background {
|
&.background { background: $panel_bg; }
|
||||||
background: transparentize($bg_color, if($variant=='light', .1, .2));
|
|
||||||
}
|
|
||||||
|
|
||||||
button {
|
button {
|
||||||
border: 0;
|
border: 0;
|
||||||
@@ -55,3 +54,52 @@ wnck-pager {
|
|||||||
&:hover { background-color: darken($bg_color, 20%); }
|
&: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 {
|
.app-notification.frame {
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
margin: 20px;
|
margin: 20px;
|
||||||
border-radius: 5px;
|
border-radius: $button_radius;
|
||||||
box-shadow: 0 2px 8px 0 transparentize(black, .6);
|
box-shadow: 0 2px 8px 0 transparentize(black, .6);
|
||||||
background-image: none;
|
background-image: none;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user