diff options
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 24 |
1 files changed, 20 insertions, 4 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; } |