diff options
author | Horst3180 | 2015-07-17 23:43:41 +0200 |
---|---|---|
committer | Horst3180 | 2015-07-17 23:43:41 +0200 |
commit | 2a70924f33b8bdb1f7dc9303a7dee43f9c9b8e6c (patch) | |
tree | 52de7083b5b32a7c169698ca39c6c97dc17cc6df /common/gtk-3.0/3.16/gtk-contained-solid-darker.css | |
parent | d4e5289967d2d305987f51b5544a4befd167c852 (diff) | |
download | solarc-theme-2a70924f33b8bdb1f7dc9303a7dee43f9c9b8e6c.tar.gz solarc-theme-2a70924f33b8bdb1f7dc9303a7dee43f9c9b8e6c.tar.xz solarc-theme-2a70924f33b8bdb1f7dc9303a7dee43f9c9b8e6c.zip |
fix non-transparent mode
Diffstat (limited to 'common/gtk-3.0/3.16/gtk-contained-solid-darker.css')
-rw-r--r-- | common/gtk-3.0/3.16/gtk-contained-solid-darker.css | 2 |
1 files changed, 1 insertions, 1 deletions
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. |