summaryrefslogtreecommitdiff
path: root/desktop-themes/ContrastHigh
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-themes/ContrastHigh')
-rw-r--r--desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
index a8008390..2edb0b13 100644
--- a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/ContrastHigh/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,