aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.20/sass
diff options
context:
space:
mode:
authorHorst31802016-05-14 13:31:18 +0200
committerHorst31802016-05-14 13:31:18 +0200
commitfb3fe2fc0b280e9d8ca4b5fc5ca23e5b00fcac27 (patch)
tree3e2f37b1889cde3219260e14e976192324e47055 /common/gtk-3.0/3.20/sass
parentd49d7df3c2c83a7654b936ab41c88590a564e611 (diff)
downloadsolarc-theme-fb3fe2fc0b280e9d8ca4b5fc5ca23e5b00fcac27.tar.gz
solarc-theme-fb3fe2fc0b280e9d8ca4b5fc5ca23e5b00fcac27.tar.xz
solarc-theme-fb3fe2fc0b280e9d8ca4b5fc5ca23e5b00fcac27.zip
lighten tooltips a bit (fix #519)
Diffstat (limited to 'common/gtk-3.0/3.20/sass')
-rw-r--r--common/gtk-3.0/3.20/sass/_common.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss
index 42c4211..b782b56 100644
--- a/common/gtk-3.0/3.20/sass/_common.scss
+++ b/common/gtk-3.0/3.20/sass/_common.scss
@@ -2878,7 +2878,7 @@ tooltip {
&.background {
// background-color needs to be set this way otherwise it gets drawn twice
// see https://bugzilla.gnome.org/show_bug.cgi?id=736155 for details.
- background-color: $osd_bg_color;
+ background-color: lighten($osd_bg_color, 10%);
background-clip: padding-box;
label { padding: 4px; }
@@ -3105,7 +3105,7 @@ decoration {
}
tooltip.csd & {
border-radius: 2px;
- box-shadow: 0 1px 3px 1px $_wm_border;
+ box-shadow: 0 1px 3px 1px if($variant == 'light', $_wm_border, transparentize($_wm_border, 0.3));
}
messagedialog.csd & {
border-radius: 3px;