aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.16/sass/_lightdm.scss
diff options
context:
space:
mode:
authorHorst31802015-09-09 21:19:57 +0200
committerHorst31802015-09-09 23:50:14 +0200
commit4097e62e012ed929335ddde7fc9719ee763d731f (patch)
tree8c7633484a9f55fec0cf59124be4e3002da86729 /common/gtk-3.0/3.16/sass/_lightdm.scss
parente0da453e5255a7efeaa23b080dcc592517c09f86 (diff)
downloadsolarc-theme-4097e62e012ed929335ddde7fc9719ee763d731f.tar.gz
solarc-theme-4097e62e012ed929335ddde7fc9719ee763d731f.tar.xz
solarc-theme-4097e62e012ed929335ddde7fc9719ee763d731f.zip
tweak color scheme and window buttons
Diffstat (limited to 'common/gtk-3.0/3.16/sass/_lightdm.scss')
-rw-r--r--common/gtk-3.0/3.16/sass/_lightdm.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/gtk-3.0/3.16/sass/_lightdm.scss b/common/gtk-3.0/3.16/sass/_lightdm.scss
index 9b2fa76..0879a5a 100644
--- a/common/gtk-3.0/3.16/sass/_lightdm.scss
+++ b/common/gtk-3.0/3.16/sass/_lightdm.scss
@@ -34,7 +34,7 @@
/* the top half of the login-window, in GtkDialog terms, the content */
#content_frame {
padding-bottom: 14px;
- background-color: if($variant == 'light', $bg_color, $base_color);
+ background-color: $bg_color;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
border: solid transparentize(black, 0.9);
@@ -54,12 +54,12 @@
padding-top: 20px;
padding-bottom: 0px;
border-style: none;
- background-color: $osd_bg_color;
+ background-color: if($variant=='light', $osd_bg_color, $header_bg);
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border: solid transparentize(black, 0.9);
border-width: 0 1px 1px 1px;
- box-shadow: inset 0 1px darken($osd_bg_color, 10%);
+ box-shadow: inset 0 1px if($variant=="light", $dark_sidebar_border, $header_border);
}
#buttonbox_frame .button{