diff options
author | raveit65 <[email protected]> | 2015-03-20 20:43:31 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-03-20 22:13:45 +0100 |
commit | cd2e23851e46e079459583dda70dd032537c3c48 (patch) | |
tree | e2e4c65154617a8e373fd3bf1341c1e7f5acdb72 | |
parent | 94b3b6cef86aca828fb9e88641fc891ec3bd386c (diff) | |
download | mate-themes-cd2e23851e46e079459583dda70dd032537c3c48.tar.bz2 mate-themes-cd2e23851e46e079459583dda70dd032537c3c48.tar.xz |
all themes GTK3: fix tooltip background of firefox gtk3 version
9 files changed, 28 insertions, 13 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css index faa25d92..07222573 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css @@ -119,7 +119,8 @@ * Tooltips * ************/ -.tooltip { +.tooltip, +.tooltip.background { padding: 4px 4px; border-style: none; border-radius: 3px; diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index afba0f31..eb0ebc77 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -129,7 +129,8 @@ GtkTextView { /************ * Tooltips * ************/ -.tooltip { +.tooltip, +.tooltip.background { padding: 4px; border-style: solid; border-width: 1px; diff --git a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css index a8008390..2edb0b13 100644 --- a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css @@ -102,9 +102,13 @@ GtkImage:insensitive { background-color: transparent; } -.tooltip { - background-color: @theme_fg_color; - color: @theme_insensitive_bg; +.tooltip, +.tooltip.background { + background-color: @theme_bg_color; + color: @theme_fg_color; + border-color: @theme_fg_color; + border-style: solid; + border-width: 1px; } .view.rubberband, diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css index 5e943f42..353b5033 100644 --- a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css @@ -102,9 +102,13 @@ GtkImage:insensitive { background-color: transparent; } -.tooltip { - background-color: @theme_fg_color; - color: @theme_insensitive_bg; +.tooltip, +.tooltip.background { + background-color: @theme_bg_color; + color: @theme_fg_color; + border-color: @theme_fg_color; + border-style: solid; + border-width: 1px; } .view.rubberband, diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index b4823066..c078f13e 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -116,7 +116,8 @@ * Tooltips * ************/ -.tooltip { +.tooltip, +.tooltip.background { padding: 4px 4px; border-style: none; border-radius: 3px; diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css index 1354bb42..1b228aaf 100644 --- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css @@ -129,7 +129,8 @@ GtkTextView { /************ * Tooltips * ************/ -.tooltip { +.tooltip, +.tooltip.background { padding: 4px; border-style: solid; border-width: 1px; diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index d1fe337a..aac36ad0 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -82,7 +82,8 @@ GtkGrid:insensitive { /************ * Tooltips * ************/ -.tooltip { +.tooltip, +.tooltip.background { padding: 4px; border-style: solid; border-width: 1px; diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index b3ee3950..13d6de05 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -82,7 +82,8 @@ GtkGrid:insensitive { /************ * Tooltips * ************/ -.tooltip { +.tooltip, +.tooltip.background { padding: 4px; border-style: solid; border-width: 1px; diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css index 86e9fbd0..c080598f 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css @@ -82,7 +82,8 @@ GtkGrid:insensitive { /************ * Tooltips * ************/ -.tooltip { +.tooltip, +.tooltip.background { padding: 4px; border-style: solid; border-width: 1px; |