aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.14/sass/_lightdm.scss
diff options
context:
space:
mode:
Diffstat (limited to 'common/gtk-3.0/3.14/sass/_lightdm.scss')
-rw-r--r--common/gtk-3.0/3.14/sass/_lightdm.scss20
1 files changed, 10 insertions, 10 deletions
diff --git a/common/gtk-3.0/3.14/sass/_lightdm.scss b/common/gtk-3.0/3.14/sass/_lightdm.scss
index 0879a5a..89cdfcd 100644
--- a/common/gtk-3.0/3.14/sass/_lightdm.scss
+++ b/common/gtk-3.0/3.14/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;