From 2a70924f33b8bdb1f7dc9303a7dee43f9c9b8e6c Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Fri, 17 Jul 2015 23:43:41 +0200 Subject: fix non-transparent mode --- common/gtk-3.0/3.14/gtk-contained-solid-dark.css | 2 +- common/gtk-3.0/3.14/gtk-contained-solid-darker.css | 2 +- common/gtk-3.0/3.14/gtk-contained-solid.css | 2 +- common/gtk-3.0/3.14/sass/_common.scss | 2 +- common/gtk-3.0/3.16/gtk-contained-solid-dark.css | 2 +- common/gtk-3.0/3.16/gtk-contained-solid-darker.css | 2 +- common/gtk-3.0/3.16/gtk-contained-solid.css | 2 +- common/gtk-3.0/3.16/sass/_common.scss | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'common/gtk-3.0') diff --git a/common/gtk-3.0/3.14/gtk-contained-solid-dark.css b/common/gtk-3.0/3.14/gtk-contained-solid-dark.css index 0bee68a..e98b5dc 100644 --- a/common/gtk-3.0/3.14/gtk-contained-solid-dark.css +++ b/common/gtk-3.0/3.14/gtk-contained-solid-dark.css @@ -33,7 +33,7 @@ ***************/ .background { color: #D3DAE3; - background-color: rgba(68, 72, 82, 0.999); } + background-color: #444852; } /* These wildcard seems unavoidable, need to investigate. diff --git a/common/gtk-3.0/3.14/gtk-contained-solid-darker.css b/common/gtk-3.0/3.14/gtk-contained-solid-darker.css index 68db394..31f8211 100644 --- a/common/gtk-3.0/3.14/gtk-contained-solid-darker.css +++ b/common/gtk-3.0/3.14/gtk-contained-solid-darker.css @@ -33,7 +33,7 @@ ***************/ .background { color: #5c616c; - background-color: rgba(245, 246, 247, 0.999); } + background-color: #F5F6F7; } /* These wildcard seems unavoidable, need to investigate. diff --git a/common/gtk-3.0/3.14/gtk-contained-solid.css b/common/gtk-3.0/3.14/gtk-contained-solid.css index 6ab59e0..7884c30 100644 --- a/common/gtk-3.0/3.14/gtk-contained-solid.css +++ b/common/gtk-3.0/3.14/gtk-contained-solid.css @@ -33,7 +33,7 @@ ***************/ .background { color: #5c616c; - background-color: rgba(245, 246, 247, 0.999); } + background-color: #F5F6F7; } /* These wildcard seems unavoidable, need to investigate. diff --git a/common/gtk-3.0/3.14/sass/_common.scss b/common/gtk-3.0/3.14/sass/_common.scss index 977da07..adafd37 100644 --- a/common/gtk-3.0/3.14/sass/_common.scss +++ b/common/gtk-3.0/3.14/sass/_common.scss @@ -64,7 +64,7 @@ $darker_asset_suffix: if($darker=='true', '-dark', $asset_suffix); .background { color: $fg_color; - background-color: transparentize($bg_color, 0.001); // without this headerbar transparency doesn't seem to work + background-color: if($transparency == 'true', transparentize($bg_color, 0.001), $bg_color); // without this headerbar transparency doesn't seem to work } /* diff --git a/common/gtk-3.0/3.16/gtk-contained-solid-dark.css b/common/gtk-3.0/3.16/gtk-contained-solid-dark.css index 159cf51..4325240 100644 --- a/common/gtk-3.0/3.16/gtk-contained-solid-dark.css +++ b/common/gtk-3.0/3.16/gtk-contained-solid-dark.css @@ -33,7 +33,7 @@ ***************/ .background { color: #D3DAE3; - background-color: rgba(68, 72, 82, 0.999); } + background-color: #444852; } /* These wildcard seems unavoidable, need to investigate. diff --git a/common/gtk-3.0/3.16/gtk-contained-solid-darker.css b/common/gtk-3.0/3.16/gtk-contained-solid-darker.css index 4af1c01..b3b3330 100644 --- a/common/gtk-3.0/3.16/gtk-contained-solid-darker.css +++ b/common/gtk-3.0/3.16/gtk-contained-solid-darker.css @@ -33,7 +33,7 @@ ***************/ .background { color: #5c616c; - background-color: rgba(245, 246, 247, 0.999); } + background-color: #F5F6F7; } /* These wildcard seems unavoidable, need to investigate. diff --git a/common/gtk-3.0/3.16/gtk-contained-solid.css b/common/gtk-3.0/3.16/gtk-contained-solid.css index 946e6af..921527e 100644 --- a/common/gtk-3.0/3.16/gtk-contained-solid.css +++ b/common/gtk-3.0/3.16/gtk-contained-solid.css @@ -33,7 +33,7 @@ ***************/ .background { color: #5c616c; - background-color: rgba(245, 246, 247, 0.999); } + background-color: #F5F6F7; } /* These wildcard seems unavoidable, need to investigate. diff --git a/common/gtk-3.0/3.16/sass/_common.scss b/common/gtk-3.0/3.16/sass/_common.scss index 5469eb6..ccbf3c2 100644 --- a/common/gtk-3.0/3.16/sass/_common.scss +++ b/common/gtk-3.0/3.16/sass/_common.scss @@ -64,7 +64,7 @@ $darker_asset_suffix: if($darker=='true', '-dark', $asset_suffix); .background { color: $fg_color; - background-color: transparentize($bg_color, 0.001); // without this headerbar transparency doesn't seem to work + background-color: if($transparency == 'true', transparentize($bg_color, 0.001), $bg_color); // without this headerbar transparency doesn't seem to work } /* -- cgit v1.2.3