GTK 3.20 :: Lightdm rewrite (#516)

* * [GTK 3.20] Lightdm rewirte.

* * Fixed panel color.
pull/483/merge
Csaba Jakosa 2016-08-23 12:21:26 +02:00 committed by Dustin Falgout
parent b1c1fe6a8f
commit caa0540ea8
2 changed files with 17 additions and 95 deletions

View File

@ -4,7 +4,7 @@
@include exports("lightdm") { @include exports("lightdm") {
#panel_window { #panel_window {
background-color: transparent; background-color: $lightdm_bg_color;
background-image: none; background-image: none;
color: $white; color: $white;
font: bold; font: bold;
@ -12,40 +12,32 @@
-gtk-icon-shadow: 0 1px alpha($black, .5); -gtk-icon-shadow: 0 1px alpha($black, .5);
menubar { menubar {
padding-left: 5px; padding-left: $spacing;
&, > menuitem { &, > menuitem {
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
border-style: none;
color: $white; color: $white;
font: bold;
text-shadow: 0 1px alpha($black, .5); text-shadow: 0 1px alpha($black, .5);
-gtk-icon-shadow: 0 1px alpha($black, .5); -gtk-icon-shadow: 0 1px alpha($black, .5);
*:hover { color: $white; }
&:hover { &:hover {
border-style: none;
background-color: alpha($white, .2); background-color: alpha($white, .2);
background-image: none; background-image: none;
color: $white; color: $white;
} }
*:hover { color: $white; }
&:disabled { color: alpha($white, .7); } &:disabled { color: alpha($white, .7); }
}
menu { menu > menuitem { font: normal; }
border-radius: 1px;
menuitem {
font: normal;
text-shadow: none;
}
}
}
} }
} }
#content_frame { padding-bottom: 14px; } #content_frame { padding-bottom: $spacing * 3; }
#login_window, #shutdown_dialog, #restart_dialog { #login_window, #shutdown_dialog, #restart_dialog {
border-style: none; border-style: none;
@ -59,66 +51,15 @@
inset 0 1px mix(shade($lightdm_bg_color, .7), $lightdm_fg_color, .21), inset 0 1px mix(shade($lightdm_bg_color, .7), $lightdm_fg_color, .21),
inset 0 -1px mix(shade($lightdm_bg_color, .7), $lightdm_fg_color, .21); inset 0 -1px mix(shade($lightdm_bg_color, .7), $lightdm_fg_color, .21);
button { @extend %panelbutton;
padding: 3px 15px;
border-width: 1px;
border-radius: $roundness;
border-style: solid;
border-color: shade($lightdm_bg_color, .8);
background-color: shade($lightdm_bg_color, 1.08);
background-image: none;
color: $lightdm_fg_color;
transition: all 150ms ease-out;
&.default, &:focus, &:active:focus {
border-color: shade($selected_bg_color, .8);
background-color: shade($selected_bg_color, 1.08);
background-image: none;
color: $selected_fg_color;
&:hover {
border-color: shade($selected_bg_color, .7);
background-color: $selected_bg_color;
} }
}
}
}
#login_window { #login_window {
menu { border-radius: 1px; } menu { border-radius: 0; }
combobox button { button { @include button($lightdm_bg_color, $lightdm_fg_color); }
&, &:hover, &:active, &:active:hover,
&:focus, &:hover:focus, &:active:focus, &:active:hover:focus {
padding: 0;
background: none;
border-style: none;
box-shadow: none;
}
}
entry { entry { @include entry($lightdm_bg_color, $lightdm_fg_color); }
padding: 3px 5px;
border-width: 1px;
border-style: solid;
border-color: shade($lightdm_bg_color, .8);
border-radius: $roundness;
background-color: shade($lightdm_bg_color, .9);
background-image: none;
color: $lightdm_fg_color;
box-shadow: none;
transition: all 150ms ease-out;
&:focus, &:hover {
border-color: shade($lightdm_bg_color, .7);
box-shadow: inset 1px 0 alpha($dark_shadow, .1),
inset 0 1px alpha($dark_shadow, .12),
inset -1px 0 alpha($dark_shadow, .1),
inset 0 -1px alpha($dark_shadow, .05);
}
}
} }
#user_combobox { #user_combobox {
@ -131,7 +72,6 @@
} }
#user_image { #user_image {
padding: 3px;
border-radius: $roundness; border-radius: $roundness;
/* draw border using box-shadow */ /* draw border using box-shadow */
@ -152,7 +92,7 @@
} }
#buttonbox_frame { #buttonbox_frame {
padding-top: 10px; padding-top: $spacing * 2;
padding-bottom: 0; padding-bottom: 0;
border-style: none; border-style: none;
border-bottom-left-radius: $roundness; border-bottom-left-radius: $roundness;
@ -162,32 +102,14 @@
box-shadow: none; box-shadow: none;
} }
/* shutdown button */ /* shutdown button */
#shutdown_button { #shutdown_button {
border-color: shade($error_bg_color, .8); button { @include button($error_bg_color, $error_fg_color); }
background-color: shade($error_bg_color, 1.08);
background-image: none;
color: $error_fg_color;
&:hover, &:active, &:active:hover {
border-color: shade($error_bg_color, .7);
background-color: $error_bg_color;
}
} }
/* restart button */ /* restart button */
#restart_button { #restart_button {
border-color: shade($warning_bg_color, .8); button { @include button($warning_bg_color, $warning_fg_color); }
background-color: shade($warning_bg_color, 1.08);
background-image: none;
color: $warning_fg_color;
&:hover, &:active, &:active:hover {
border-color: shade($warning_bg_color, .7);
background-color: $warning_bg_color;
}
} }
/* password warning */ /* password warning */

View File

@ -17,7 +17,7 @@
background-image: none; background-image: none;
color: $panel_fg_color; color: $panel_fg_color;
&:hover, &:hover { &:hover {
@include linear-gradient(mix($panel_bg_color, $panel_fg_color, .11)); @include linear-gradient(mix($panel_bg_color, $panel_fg_color, .11));
border-color: mix($panel_bg_color, $panel_fg_color, .11); border-color: mix($panel_bg_color, $panel_fg_color, .11);
@ -47,7 +47,7 @@
PanelApplet { PanelApplet {
border: 0; border: 0;
.button { button {
@extend %panelbutton; @extend %panelbutton;
} }
} }