summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-05-28 16:12:08 +0200
committerraveit65 <[email protected]>2016-05-28 16:12:57 +0200
commit65bee270b1cd4d4c9c928e627d390eec834f809d (patch)
tree508ba4f804fec4169c322b3f76535a782e57cd38 /desktop-themes
parent8a205ab614ded299bb0eda62d7ace9089d54a0e7 (diff)
downloadmate-themes-65bee270b1cd4d4c9c928e627d390eec834f809d.tar.bz2
mate-themes-65bee270b1cd4d4c9c928e627d390eec834f809d.tar.xz
GTK+-3.20 Menta themes: fix tooltips for WM decoration and firefox
Diffstat (limited to 'desktop-themes')
-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;
}