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/sass | |
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/sass')
-rw-r--r-- | common/gtk-3.0/3.20/sass/_common.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss index 6438c03..9026edd 100644 --- a/common/gtk-3.0/3.20/sass/_common.scss +++ b/common/gtk-3.0/3.20/sass/_common.scss @@ -2700,6 +2700,8 @@ tooltip { // see https://bugzilla.gnome.org/show_bug.cgi?id=736155 for details. background-color: $osd_bg_color; background-clip: padding-box; + + label { padding: 4px; } } border-radius: 2px; @@ -2708,7 +2710,6 @@ tooltip { decoration { background-color: transparent; } * { //Yeah this is ugly - padding: 4px; background-color: transparent; color: $osd_fg_color; // just to be sure } |