From f53d345cbdc532f3b22bbe73d25da724a4abedd3 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 28 May 2016 16:12:08 +0200 Subject: GTK+-3.20 Menta themes: fix tooltips for WM decoration and firefox --- desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 49 +++++++++++++++++------- desktop-themes/Menta/gtk-3.0/gtk-widgets.css | 44 +++++++++++++++------ 2 files changed, 68 insertions(+), 25 deletions(-) (limited to 'desktop-themes') diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index 143bae83..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; } @@ -3200,13 +3216,14 @@ actionbar button.image-button { } actionbar .title { - font: Bold 10; - padding: 0px 12px 0px 12px; + font-weight: bold; + font-size: 10pt; + padding: 0px 12px 0px 12px; } actionbar .subtitle { - font: 9; - padding: 0px 12px 0px 12px; + font-size: 9pt; + padding: 0px 12px 0px 12px; } /*************** @@ -4100,14 +4117,13 @@ toolbar.selection-mode button.selection-menu menuitem { ****************/ assistant .sidebar highlight { - background-color: transparent; - color: @theme_fg_color; - font: bold; + background-color: transparent; + color: @theme_fg_color; + font-weight: bold; } assistant .sidebar { padding: 12px 18px 12px; - border-width: 0 1px 0 0; border-radius: 0px; border-style: solid; @@ -4434,6 +4450,7 @@ calendar.header .app-notification button.titlebutton, color: @theme_fg_color; border-color: rgba(75, 89, 112, 0.7); background-image: linear-gradient(to bottom, + rgba(102, 153, 204, 0.7), rgba(102, 153, 204, 0.7)); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); @@ -4467,6 +4484,7 @@ calendar.header .app-notification.frame button.titlebutton { color: white; border-color: rgba(0, 0, 0, 0.7); background-image: linear-gradient(to bottom, + rgba(79, 119, 158, 0.7), rgba(79, 119, 158, 0.7)); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); @@ -4483,6 +4501,7 @@ calendar.header .app-notification.frame button.titlebutton { color: white; border-color: rgba(0, 0, 0, 0.7); background-image: linear-gradient(to bottom, + rgba(65, 106, 175, 0.7), rgba(65, 106, 175, 0.7)); background-clip: padding-box; box-shadow: none; @@ -4499,6 +4518,7 @@ calendar.header .app-notification.frame button.titlebutton { color: #878989; border-color: rgba(0, 0, 0, 0.7); background-image: linear-gradient(to bottom, + rgba(52, 57, 57, 0.5), rgba(52, 57, 57, 0.5)); background-clip: padding-box; box-shadow: none; @@ -4513,6 +4533,7 @@ calendar.header .app-notification.frame button.titlebutton { color: #eeeeec; border-color: rgba(0, 0, 0, 0.7); background-image: linear-gradient(to bottom, + rgba(102, 153, 204, 0.7), rgba(102, 153, 204, 0.7)); background-clip: padding-box; box-shadow: none; @@ -4747,7 +4768,7 @@ calendar.header { } calendar.header .title { - font: Bold; + font-weight: bold; padding: 0px 12px; } @@ -5167,7 +5188,7 @@ dialog.background.solid-csd > headerbar.titlebar { .titlebar .title, headerbar .title { - font: Bold; + font-weight: bold; padding: 0px 12px; } diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css index 35c3ef53..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; } @@ -3216,13 +3232,14 @@ actionbar button.image-button { } actionbar .title { - font: Bold 10; - padding: 0px 12px 0px 12px; + font-weight: bold; + font-size: 10pt; + padding: 0px 12px 0px 12px; } actionbar .subtitle { - font: 9; - padding: 0px 12px 0px 12px; + font-size: 9pt; + padding: 0px 12px 0px 12px; } /*************** @@ -4118,7 +4135,7 @@ toolbar.selection-mode button.selection-menu menuitem { assistant .sidebar highlight { background-color: transparent; color: @theme_fg_color; - font: bold; + font-weight: bold; } assistant .sidebar { @@ -4450,6 +4467,7 @@ calendar.header .app-notification button.titlebutton, color: @theme_fg_color; border-color: rgba(89, 112, 75, 0.7); background-image: linear-gradient(to bottom, + rgba(172, 205, 138, 0.7), rgba(172, 205, 138, 0.7)); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); @@ -4483,6 +4501,7 @@ calendar.header .app-notification.frame button.titlebutton { color: white; border-color: rgba(0, 0, 0, 0.7); background-image: linear-gradient(to bottom, + rgba(119, 158, 79, 0.7), rgba(119, 158, 79, 0.7)); background-clip: padding-box; box-shadow: inset 0 1px rgba(255, 255, 255, 0.1); @@ -4499,6 +4518,7 @@ calendar.header .app-notification.frame button.titlebutton { color: white; border-color: rgba(0, 0, 0, 0.7); background-image: linear-gradient(to bottom, + rgba(105, 175, 65, 0.7), rgba(105, 175, 65, 0.7)); background-clip: padding-box; box-shadow: none; @@ -4515,6 +4535,7 @@ calendar.header .app-notification.frame button.titlebutton { color: #878989; border-color: rgba(0, 0, 0, 0.7); background-image: linear-gradient(to bottom, + rgba(52, 57, 57, 0.5), rgba(52, 57, 57, 0.5)); background-clip: padding-box; box-shadow: none; @@ -4529,6 +4550,7 @@ calendar.header .app-notification.frame button.titlebutton { color: #eeeeec; border-color: rgba(0, 0, 0, 0.7); background-image: linear-gradient(to bottom, + rgba(172, 205, 138, 0.7), rgba(172, 205, 138, 0.7)); background-clip: padding-box; box-shadow: none; @@ -4763,7 +4785,7 @@ calendar.header { } calendar.header .title { - font: Bold; + font-weight: bold; padding: 0px 12px; } @@ -5184,7 +5206,7 @@ dialog.background.solid-csd > headerbar.titlebar { .titlebar .title, headerbar .title { - font: Bold; + font-weight: bold; padding: 0px 12px; } -- cgit v1.2.1