diff options
author | Horst3180 | 2016-03-21 21:10:05 +0100 |
---|---|---|
committer | Horst3180 | 2016-03-21 21:10:05 +0100 |
commit | 551520a88bd14e550b8d652c6316c7c7840b0fcd (patch) | |
tree | eca0db492dffb9cd15096253c706df3da5cf4887 /common/gtk-3.0/3.20/gtk-darker.css | |
parent | 50f38e4accf805284f02b8d2e473e75593b99faa (diff) | |
download | solarc-theme-551520a88bd14e550b8d652c6316c7c7840b0fcd.tar.gz solarc-theme-551520a88bd14e550b8d652c6316c7c7840b0fcd.tar.xz solarc-theme-551520a88bd14e550b8d652c6316c7c7840b0fcd.zip |
fix tooltips
Diffstat (limited to 'common/gtk-3.0/3.20/gtk-darker.css')
-rw-r--r-- | common/gtk-3.0/3.20/gtk-darker.css | 3 |
1 files changed, 2 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 46b1a4b..ae5b4dc 100644 --- a/common/gtk-3.0/3.20/gtk-darker.css +++ b/common/gtk-3.0/3.20/gtk-darker.css @@ -2511,10 +2511,11 @@ tooltip { tooltip.background { background-color: rgba(53, 57, 69, 0.95); background-clip: padding-box; } + tooltip.background label { + padding: 4px; } tooltip decoration { background-color: transparent; } tooltip * { - padding: 4px; background-color: transparent; color: #BAC3CF; } |