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