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-solid.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-solid.css')
-rw-r--r-- | common/gtk-3.0/3.20/gtk-solid.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css index 7f67563..49e06ff 100644 --- a/common/gtk-3.0/3.20/gtk-solid.css +++ b/common/gtk-3.0/3.20/gtk-solid.css @@ -2515,10 +2515,11 @@ tooltip { tooltip.background { background-color: #353945; background-clip: padding-box; } + tooltip.background label { + padding: 4px; } tooltip decoration { background-color: transparent; } tooltip * { - padding: 4px; background-color: transparent; color: #BAC3CF; } |