diff options
author | Horst3180 | 2015-12-28 17:54:04 +0100 |
---|---|---|
committer | Horst3180 | 2015-12-28 17:54:04 +0100 |
commit | 6c028cace9f4b7775309aca4d726fe2bc7bc2ba1 (patch) | |
tree | 270a651cc9b07bab9f82ec5e842969a7e4641b19 /common/gtk-3.0/3.16/sass/_lightdm.scss | |
parent | 8a30dbe6d48bf70fc1c13c45c151894774cb9a5c (diff) | |
download | solarc-theme-6c028cace9f4b7775309aca4d726fe2bc7bc2ba1.tar.gz solarc-theme-6c028cace9f4b7775309aca4d726fe2bc7bc2ba1.tar.xz solarc-theme-6c028cace9f4b7775309aca4d726fe2bc7bc2ba1.zip |
Cleanup
Diffstat (limited to 'common/gtk-3.0/3.16/sass/_lightdm.scss')
-rw-r--r-- | common/gtk-3.0/3.16/sass/_lightdm.scss | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/common/gtk-3.0/3.16/sass/_lightdm.scss b/common/gtk-3.0/3.16/sass/_lightdm.scss index 0879a5a..89cdfcd 100644 --- a/common/gtk-3.0/3.16/sass/_lightdm.scss +++ b/common/gtk-3.0/3.16/sass/_lightdm.scss @@ -1,11 +1,11 @@ -/* the panel widget at the top */ +// the panel widget at the top #panel_window { background-color: $panel_bg; color: $panel_fg; font: bold; box-shadow: inset 0 -1px darken($panel_bg, 7%); - /* the menubars/menus of the panel, i.e. indicators */ + // the menubars/menus of the panel, i.e. indicators .menubar, .menubar > .menuitem { background-color: transparent; @@ -21,7 +21,7 @@ .menubar .menu .menuitem { font: normal; } } -/* the login window */ +// the login window #login_window, #shutdown_dialog, #restart_dialog { @@ -31,7 +31,7 @@ color: $fg_color; } -/* the top half of the login-window, in GtkDialog terms, the content */ +// the top half of the login-window, in GtkDialog terms, the content #content_frame { padding-bottom: 14px; background-color: $bg_color; @@ -49,7 +49,7 @@ &:insensitive { @include button(insensitive); } } -/* 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 { padding-top: 20px; padding-bottom: 0px; @@ -78,16 +78,16 @@ .arrow {} } -/* the user's avatar box */ +// the user's avatar box #user_image { padding: 3px; border-radius: 2px; } -/* the border around the user's avatar box */ +// the border around the user's avatar box #user_image_border {} -/* the shutdown button */ +// the shutdown button #shutdown_button.button { @include button(suggested_destructive, $destructive_color); @@ -95,7 +95,7 @@ &:active, &:checked { @include button(suggested_destructive, darken($destructive_color, 10%)); } } -/* the restart button */ +// the restart button #restart_button.button { @include button(suggested_destructive, $suggested_color); @@ -103,7 +103,7 @@ &:active, &:checked { @include button(suggested_destructive, darken($suggested_color, 10%)); } } -/* the warning, in case a wrong password is entered or something else goes wrong according to PAM */ +// the warning, in case a wrong password is entered or something else goes wrong according to PAM #greeter_infobar { border-bottom-width: 0; font: bold; |