Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2012-05-31 10:24:18 (GMT)
committer Simon Schampijer <simon@schampijer.de>2012-06-01 10:49:50 (GMT)
commitbc49932c35b12b12facf340bff1ea9298b6f122b (patch)
tree43346f04ea6aed6d23d7624c7bdd54c717001051
parent54ef96860a93eb5c95ea019c12cd4dc388117398 (diff)
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 <simon@laptop.org> Reviewed-by: Manuel QuiƱones <manuq@laptop.org> Tested-by: Manuel Kaufmann <humitos@gmail.com> Design-ok-by: Gary C. Martin <garycmartin@googlemail.com>
-rw-r--r--gtk3/theme/gtk-widgets.css.em11
1 files changed, 11 insertions, 0 deletions
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 {