summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-05-28 16:12:08 +0200
committerraveit65 <[email protected]>2016-05-28 16:13:16 +0200
commit840f7b4d63796e855e2e68cadc97a3b6a6c24c6f (patch)
tree508ba4f804fec4169c322b3f76535a782e57cd38
parentb3f55aaf71458d81cdd1d4a27a78f48f04f91a2a (diff)
downloadmate-themes-840f7b4d63796e855e2e68cadc97a3b6a6c24c6f.tar.bz2
mate-themes-840f7b4d63796e855e2e68cadc97a3b6a6c24c6f.tar.xz
GTK+-3.20 Menta themes: fix tooltips for WM decoration and firefox
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css24
-rw-r--r--desktop-themes/Menta/gtk-3.0/gtk-widgets.css24
2 files changed, 40 insertions, 8 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
index 839001a3..a71bd331 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
@@ -112,25 +112,41 @@ textView {
* Tooltips *
************/
-tooltip {
+tooltip,
+.tooltip {
border-radius: 2px;
border-width: 1px;
border-color: @theme_tooltip_fg_color;
border-style: solid;
}
-tooltip.background {
+tooltip.background,
+.tooltip.background {
background-color: @theme_tooltip_bg_color;
background-clip: padding-box;
}
-tooltip label {
+tooltip label,
+.tooltip label {
text-shadow: none;
color: @theme_tooltip_fg_color;
padding: 8px;
}
-tooltip decoration {
+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 {
background-color: transparent;
}
diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
index 7fe4f834..87c6ef11 100644
--- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
@@ -112,25 +112,41 @@ textView {
* Tooltips *
************/
-tooltip {
+tooltip,
+.tooltip {
border-radius: 2px;
border-width: 1px;
border-color: @theme_tooltip_fg_color;
border-style: solid;
}
-tooltip.background {
+tooltip.background,
+.tooltip.background {
background-color: @theme_tooltip_bg_color;
background-clip: padding-box;
}
-tooltip label {
+tooltip label,
+.tooltip label {
text-shadow: none;
color: @theme_tooltip_fg_color;
padding: 8px;
}
-tooltip decoration {
+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 {
background-color: transparent;
}