summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalGreen
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-05-04 16:39:13 +0200
committerraveit65 <[email protected]>2016-05-04 16:39:54 +0200
commit0e187fe93beb5713a3ac9acb41432235bc79ffc6 (patch)
treed194704bf08258ea7e80fdb29ac58d32f84eafda /desktop-themes/TraditionalGreen
parent0d389171fcd0fdc01d55d1018d3ff8df2b104af9 (diff)
downloadmate-themes-0e187fe93beb5713a3ac9acb41432235bc79ffc6.tar.bz2
mate-themes-0e187fe93beb5713a3ac9acb41432235bc79ffc6.tar.xz
GTK+-3.20 TOK themes: adjust tooltips
Diffstat (limited to 'desktop-themes/TraditionalGreen')
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css35
1 files changed, 27 insertions, 8 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
index 301d212d..0150c2ca 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
@@ -58,8 +58,11 @@ GtkGrid:disabled {
/************
* Tooltips *
************/
+
tooltip,
-tooltip.background {
+tooltip.background,
+.tooltip,
+.tooltip.background {
padding: 4px;
border-style: solid;
border-width: 1px;
@@ -67,10 +70,31 @@ tooltip.background {
border-radius: 0px;
background-color: @theme_tooltip_bg_color;
color: @theme_tooltip_fg_color;
+ text-shadow: none;
}
-tooltip * {
- background-color: transparent;
+tooltip *,
+.tooltip * {
+ text-shadow: none;
+}
+
+/* needed for override CSD setting */
+tooltip decoration,
+.tooltip decoration,
+tooltip.csd decoration,
+.tooltip.csd decoration,
+tooltip.ssd decoration,
+.tooltip.ssd decoration,
+tooltip.solid-csd decoration,
+.tooltip.solid-csd decoration,
+tooltip.background.csd decoration,
+.tooltip.background.csd decoration,
+tooltip.background.ssd decoration,
+.tooltip.background.ssd decoration,
+tooltip.background.solid-csd decoration,
+.tooltip.background.solid-csd decoration {
+ border-radius: 0px;
+ box-shadow: 0 1px 5px @wm_shadow;
}
/*********************
@@ -3590,11 +3614,6 @@ decoration:backdrop {
box-shadow: none;
}
-tooltip.csd decoration {
- border-radius: 5px;
- box-shadow: 0 1px 5px @wm_shadow;
-}
-
messagedialog.csd decoration {
border-radius: 7px;
box-shadow: 0 1px 5px @wm_shadow;