master
vinceliuice 3 years ago
parent b45d19fa39
commit 8b5b038bfa

@ -6,13 +6,19 @@
************************/
// the panel widget at the top
#panel_window {
background-color: $scrim-alt;
color: on($scrim-alt);
background-color: transparent;
color: $white;
box-shadow: none;
border-color: transparent;
// font-weight: bold;
// the menubars/menus of the panel, i.e. indicators
menubar,
separator { background-color: transparent; }
separator {
background-color: transparent;
border: none;
box-shadow: none;
}
separator {
padding: 0 4px;
@ -27,16 +33,28 @@
&:disabled label { color: on($scrim-alt, secondary-disabled); }
}
menu {
border-radius: 0;
box-shadow: none;
border: 1px solid $solid-border;
}
}
// the login window
#login_window,
#shutdown_dialog,
#restart_dialog {
margin: 8px;
margin: 0;
border-radius: $corner-radius;
box-shadow: $shadow-z6, inset 0 1px highlight($surface);
box-shadow: none;
background-color: $surface;
menu {
border-radius: 0;
box-shadow: none;
border: 1px solid $solid-border;
}
}
// the top half of the login-window, in GtkDialog terms, the content
@ -62,10 +80,14 @@
// .lightdm-gtk-greeter button {}
// the user's avatar box
// #user_image {}
#user_image {
border-radius: $corner-radius;
}
// the border around the user's avatar box
// #user_image_border {}
#user_image_border {
border-radius: $corner-radius;
}
// the lower half of the login-window, in GtkDialog terms the buttonbox or action area
#buttonbox_frame {

@ -8071,13 +8071,17 @@ window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwind
* LightDM GTK+ Greeter *
************************/
#panel_window {
background-color: #2C2C2C;
color: white;
background-color: transparent;
color: #FFFFFF;
box-shadow: none;
border-color: transparent;
}
#panel_window menubar,
#panel_window separator {
background-color: transparent;
border: none;
box-shadow: none;
}
#panel_window separator {
@ -8100,19 +8104,41 @@ window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwind
color: rgba(255, 255, 255, 0.3);
}
#panel_window menu {
border-radius: 0;
box-shadow: none;
border: 1px solid #dedede;
}
#login_window,
#shutdown_dialog,
#restart_dialog {
margin: 8px;
margin: 0;
border-radius: 10px;
box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 10.8px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4);
box-shadow: none;
background-color: #FFFFFF;
}
#login_window menu,
#shutdown_dialog menu,
#restart_dialog menu {
border-radius: 0;
box-shadow: none;
border: 1px solid #dedede;
}
#content_frame {
padding-bottom: 16px;
}
#user_image {
border-radius: 10px;
}
#user_image_border {
border-radius: 10px;
}
#buttonbox_frame {
padding-top: 24px;
}

@ -8067,13 +8067,17 @@ window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwind
* LightDM GTK+ Greeter *
************************/
#panel_window {
background-color: #2C2C2C;
color: white;
background-color: transparent;
color: #FFFFFF;
box-shadow: none;
border-color: transparent;
}
#panel_window menubar,
#panel_window separator {
background-color: transparent;
border: none;
box-shadow: none;
}
#panel_window separator {
@ -8096,19 +8100,41 @@ window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwind
color: rgba(255, 255, 255, 0.3);
}
#panel_window menu {
border-radius: 0;
box-shadow: none;
border: 1px solid #404040;
}
#login_window,
#shutdown_dialog,
#restart_dialog {
margin: 8px;
margin: 0;
border-radius: 10px;
box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 10.8px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1);
box-shadow: none;
background-color: #3C3C3C;
}
#login_window menu,
#shutdown_dialog menu,
#restart_dialog menu {
border-radius: 0;
box-shadow: none;
border: 1px solid #404040;
}
#content_frame {
padding-bottom: 16px;
}
#user_image {
border-radius: 10px;
}
#user_image_border {
border-radius: 10px;
}
#buttonbox_frame {
padding-top: 24px;
}

@ -8067,13 +8067,17 @@ window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwind
* LightDM GTK+ Greeter *
************************/
#panel_window {
background-color: #2C2C2C;
color: white;
background-color: transparent;
color: #FFFFFF;
box-shadow: none;
border-color: transparent;
}
#panel_window menubar,
#panel_window separator {
background-color: transparent;
border: none;
box-shadow: none;
}
#panel_window separator {
@ -8096,19 +8100,41 @@ window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwind
color: rgba(255, 255, 255, 0.3);
}
#panel_window menu {
border-radius: 0;
box-shadow: none;
border: 1px solid #404040;
}
#login_window,
#shutdown_dialog,
#restart_dialog {
margin: 8px;
margin: 0;
border-radius: 12px;
box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 10.8px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.1);
box-shadow: none;
background-color: #3C3C3C;
}
#login_window menu,
#shutdown_dialog menu,
#restart_dialog menu {
border-radius: 0;
box-shadow: none;
border: 1px solid #404040;
}
#content_frame {
padding-bottom: 16px;
}
#user_image {
border-radius: 12px;
}
#user_image_border {
border-radius: 12px;
}
#buttonbox_frame {
padding-top: 24px;
}

@ -8070,13 +8070,17 @@ window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwind
* LightDM GTK+ Greeter *
************************/
#panel_window {
background-color: #2C2C2C;
color: white;
background-color: transparent;
color: #FFFFFF;
box-shadow: none;
border-color: transparent;
}
#panel_window menubar,
#panel_window separator {
background-color: transparent;
border: none;
box-shadow: none;
}
#panel_window separator {
@ -8099,19 +8103,41 @@ window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwind
color: rgba(255, 255, 255, 0.3);
}
#panel_window menu {
border-radius: 0;
box-shadow: none;
border: 1px solid #dedede;
}
#login_window,
#shutdown_dialog,
#restart_dialog {
margin: 8px;
margin: 0;
border-radius: 10px;
box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 10.8px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4);
box-shadow: none;
background-color: #FFFFFF;
}
#login_window menu,
#shutdown_dialog menu,
#restart_dialog menu {
border-radius: 0;
box-shadow: none;
border: 1px solid #dedede;
}
#content_frame {
padding-bottom: 16px;
}
#user_image {
border-radius: 10px;
}
#user_image_border {
border-radius: 10px;
}
#buttonbox_frame {
padding-top: 24px;
}

@ -8070,13 +8070,17 @@ window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwind
* LightDM GTK+ Greeter *
************************/
#panel_window {
background-color: #2C2C2C;
color: white;
background-color: transparent;
color: #FFFFFF;
box-shadow: none;
border-color: transparent;
}
#panel_window menubar,
#panel_window separator {
background-color: transparent;
border: none;
box-shadow: none;
}
#panel_window separator {
@ -8099,19 +8103,41 @@ window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwind
color: rgba(255, 255, 255, 0.3);
}
#panel_window menu {
border-radius: 0;
box-shadow: none;
border: 1px solid #dedede;
}
#login_window,
#shutdown_dialog,
#restart_dialog {
margin: 8px;
margin: 0;
border-radius: 12px;
box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 10.8px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4);
box-shadow: none;
background-color: #FFFFFF;
}
#login_window menu,
#shutdown_dialog menu,
#restart_dialog menu {
border-radius: 0;
box-shadow: none;
border: 1px solid #dedede;
}
#content_frame {
padding-bottom: 16px;
}
#user_image {
border-radius: 12px;
}
#user_image_border {
border-radius: 12px;
}
#buttonbox_frame {
padding-top: 24px;
}

@ -8071,13 +8071,17 @@ window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwind
* LightDM GTK+ Greeter *
************************/
#panel_window {
background-color: #2C2C2C;
color: white;
background-color: transparent;
color: #FFFFFF;
box-shadow: none;
border-color: transparent;
}
#panel_window menubar,
#panel_window separator {
background-color: transparent;
border: none;
box-shadow: none;
}
#panel_window separator {
@ -8100,19 +8104,41 @@ window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwind
color: rgba(255, 255, 255, 0.3);
}
#panel_window menu {
border-radius: 0;
box-shadow: none;
border: 1px solid #dedede;
}
#login_window,
#shutdown_dialog,
#restart_dialog {
margin: 8px;
margin: 0;
border-radius: 12px;
box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.14), 0 1px 10.8px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.4);
box-shadow: none;
background-color: #FFFFFF;
}
#login_window menu,
#shutdown_dialog menu,
#restart_dialog menu {
border-radius: 0;
box-shadow: none;
border: 1px solid #dedede;
}
#content_frame {
padding-bottom: 16px;
}
#user_image {
border-radius: 12px;
}
#user_image_border {
border-radius: 12px;
}
#buttonbox_frame {
padding-top: 24px;
}

Loading…
Cancel
Save