From bc49932c35b12b12facf340bff1ea9298b6f122b Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Thu, 31 May 2012 10:24:18 +0000 Subject: Theme Tooltips like Palettes, SL #3403 Theme the tooltips with a black background and a button_grey border and white text on it to have the same style as Palettes. An example is the tooltip displayed for bookmarks in the Read activity, part of SL #3403. Signed-off-by: Simon Schampijer Reviewed-by: Manuel QuiƱones Tested-by: Manuel Kaufmann Design-ok-by: Gary C. Martin --- diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em index 9671e29..7186651 100644 --- a/gtk3/theme/gtk-widgets.css.em +++ b/gtk3/theme/gtk-widgets.css.em @@ -433,6 +433,17 @@ GtkMenuItem { padding: $(subcell_size)px $((subcell_size * 3 - font_height) / 2)px; } +.tooltip { + background-color: @black; + border-style: solid; + border-width: $(thickness)px; + border-color: @button_grey; +} + +.tooltip * { + color: @white; +} + /* Scrollbars */ .scrollbar { -- cgit v0.9.1