[gnome-themes-standard] Fixes GtkMenuButton on primary toolbars icon color (as in Gedit).
- From: Lapo Calamandrei <lapo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] Fixes GtkMenuButton on primary toolbars icon color (as in Gedit).
- Date: Sat, 15 Sep 2012 15:51:41 +0000 (UTC)
commit dd029cd568fe6a573995c479bd60ddc77d3ad431
Author: Lapo Calamandrei <calamandrei gmail com>
Date: Sat Sep 15 17:50:30 2012 +0200
Fixes GtkMenuButton on primary toolbars icon color (as in Gedit).
themes/Adwaita/gtk-3.0/gtk-main.css | 1 -
themes/Adwaita/gtk-3.0/gtk-widgets.css | 4 +++-
2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-main.css b/themes/Adwaita/gtk-3.0/gtk-main.css
index c536c16..7413c15 100644
--- a/themes/Adwaita/gtk-3.0/gtk-main.css
+++ b/themes/Adwaita/gtk-3.0/gtk-main.css
@@ -178,4 +178,3 @@
@import url("gtk-widgets-borders.css");
@import url("gtk-widgets-assets.css");
@import url("gtk-widgets.css");
- import url("gnome-applications.css");
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index e26c23d..c2b53f6 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -2060,6 +2060,7 @@ GtkMenuButton.button:active,
border-image: none;
border-color: @menu_bg_color;
border-radius: 4px 4px 0 0;
+ color: @theme_text_color;
}
GtkMenuButton.button *:active,
@@ -2094,7 +2095,8 @@ GtkMenuButton.button *:active,
}
.button.menuitem.menubar *:active,
-GtkMenuButton.button *:active {
+GtkMenuButton.button *:active,
+.toolbar GtkMenuButton.button *:active {
color: @theme_text_color;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]