summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css6
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css1
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css6
-rw-r--r--desktop-themes/Menta/gtk-3.0/gtk-widgets.css1
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css6
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css6
6 files changed, 26 insertions, 0 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
index 7f90f67f..f4c61a97 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
@@ -2016,6 +2016,12 @@ scrollbar.vertical .slider.fine-tune:hover:active {
* Menus *
*********/
+/* Decouple the font of context menus from their entry/textview */
+.context-menu {
+ font: initial;
+ text-shadow: none;
+}
+
/* this controls the general appearance of the menubar */
menubar,
.menubar {
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
index 0b7cd402..7b52edda 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
@@ -3021,6 +3021,7 @@ toolbar button menuitem {
text-shadow: none;
}
+/* Decouple the font of context menus from their entry/textview */
.context-menu {
font: initial;
text-shadow: none;
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
index 3b1752b0..322bbd2e 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
@@ -2323,6 +2323,12 @@ filechooser paned.horizontal box.vertical box.horizontal .view box.vertical {
* Menus *
*********/
+/* Decouple the font of context menus from their entry/textview */
+.context-menu {
+ font: initial;
+ text-shadow: none;
+}
+
/* this controls the general appearance of the menubar */
menubar,
.menubar {
diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
index 5f820b6c..b28d42fa 100644
--- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
@@ -3021,6 +3021,7 @@ toolbar button menuitem {
text-shadow: none;
}
+/* Decouple the font of context menus from their entry/textview */
.context-menu {
font: initial;
text-shadow: none;
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
index 07c704ff..0634c079 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
@@ -2396,6 +2396,12 @@ treemenu menuitem {
padding: 2px;
}
+/* Decouple the font of context menus from their entry/textview */
+.context-menu {
+ font: initial;
+ text-shadow: none;
+}
+
menu,
.menu {
font-weight: normal;
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
index ab03b7df..40a364b7 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
@@ -2396,6 +2396,12 @@ treemenu menuitem {
padding: 2px;
}
+/* Decouple the font of context menus from their entry/textview */
+.context-menu {
+ font: initial;
+ text-shadow: none;
+}
+
menu,
.menu {
font-weight: normal;