diff options
author | Horst3180 | 2016-05-14 13:31:18 +0200 |
---|---|---|
committer | Horst3180 | 2016-05-14 13:31:18 +0200 |
commit | fb3fe2fc0b280e9d8ca4b5fc5ca23e5b00fcac27 (patch) | |
tree | 3e2f37b1889cde3219260e14e976192324e47055 /common/gtk-3.0/3.20/gtk-darker.css | |
parent | d49d7df3c2c83a7654b936ab41c88590a564e611 (diff) | |
download | solarc-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/gtk-darker.css')
-rw-r--r-- | common/gtk-3.0/3.20/gtk-darker.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.20/gtk-darker.css b/common/gtk-3.0/3.20/gtk-darker.css index e89f368..d8449b8 100644 --- a/common/gtk-3.0/3.20/gtk-darker.css +++ b/common/gtk-3.0/3.20/gtk-darker.css @@ -2793,7 +2793,7 @@ tooltip { border-radius: 2px; box-shadow: none; } tooltip.background { - background-color: rgba(53, 57, 69, 0.95); + background-color: rgba(75, 81, 98, 0.95); background-clip: padding-box; } tooltip.background label { padding: 4px; } |