diff options
Diffstat (limited to 'desktop-themes/ContrastHighInverse')
-rw-r--r-- | desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css index 5e943f42..353b5033 100644 --- a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css @@ -102,9 +102,13 @@ GtkImage:insensitive { background-color: transparent; } -.tooltip { - background-color: @theme_fg_color; - color: @theme_insensitive_bg; +.tooltip, +.tooltip.background { + background-color: @theme_bg_color; + color: @theme_fg_color; + border-color: @theme_fg_color; + border-style: solid; + border-width: 1px; } .view.rubberband, |