aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.20/sass/_lightdm.scss
diff options
context:
space:
mode:
authorHorst31802016-03-31 00:38:39 +0200
committerHorst31802016-03-31 00:38:39 +0200
commit6d7ab710c89c193af7f086b0aabcc08f9673f292 (patch)
tree264b4949ace0da39f56e6366b20fcc26658101dc /common/gtk-3.0/3.20/sass/_lightdm.scss
parent9c5a1374d6753bd3602bcdaed5514ff86ede0955 (diff)
downloadsolarc-theme-6d7ab710c89c193af7f086b0aabcc08f9673f292.tar.gz
solarc-theme-6d7ab710c89c193af7f086b0aabcc08f9673f292.tar.xz
solarc-theme-6d7ab710c89c193af7f086b0aabcc08f9673f292.zip
update lightdm style
Diffstat (limited to 'common/gtk-3.0/3.20/sass/_lightdm.scss')
-rw-r--r--common/gtk-3.0/3.20/sass/_lightdm.scss14
1 files changed, 5 insertions, 9 deletions
diff --git a/common/gtk-3.0/3.20/sass/_lightdm.scss b/common/gtk-3.0/3.20/sass/_lightdm.scss
index 527dc99..e5e5530 100644
--- a/common/gtk-3.0/3.20/sass/_lightdm.scss
+++ b/common/gtk-3.0/3.20/sass/_lightdm.scss
@@ -6,19 +6,19 @@
box-shadow: inset 0 -1px darken($panel_bg, 7%);
// the menubars/menus of the panel, i.e. indicators
- .menubar,
- .menubar > .menuitem {
+ menubar,
+ menubar > menuitem {
background-color: transparent;
color: $panel_fg;
font: bold;
}
- .menubar .menuitem:disabled {
+ menubar menuitem:disabled {
color: transparentize($panel_fg, 0.5);
label { color: inherit; }
}
- .menubar .menu .menuitem { font: normal; }
+ menubar menu > menuitem { font: normal; }
}
// the login window
@@ -74,8 +74,7 @@
color: $fg_color;
font: 13px;
- .menu { font: normal; }
- .arrow {}
+ menu { font: normal; }
}
// the user's avatar box
@@ -84,9 +83,6 @@
border-radius: 2px;
}
-// the border around the user's avatar box
-#user_image_border {}
-
// the shutdown button
#shutdown_button.button {
@include button(suggested_destructive, $destructive_color);