[gnome-themes-standard] Adwaita: fix the toolbar buttons in epiphany when using the dark theme



commit b51db029058bcb5a147033c2b2945992f5d2b5d2
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Tue Feb 12 18:49:55 2013 +0200

    Adwaita: fix the toolbar buttons in epiphany when using the dark theme
    
    https://bugzilla.gnome.org/show_bug.cgi?id=693661

 .../gtk-3.0/gnome-applications-dark-overrides.css  |   12 ++++++++++++
 themes/Adwaita/gtk-3.0/gtk-main-dark.css           |    1 +
 themes/Adwaita/gtk-3.0/gtk.gresource.xml           |    1 +
 3 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications-dark-overrides.css 
b/themes/Adwaita/gtk-3.0/gnome-applications-dark-overrides.css
new file mode 100644
index 0000000..7ec5dd4
--- /dev/null
+++ b/themes/Adwaita/gtk-3.0/gnome-applications-dark-overrides.css
@@ -0,0 +1,12 @@
+/* Epiphany */
+
+EphyToolbar .location-entry .button {
+    border-image-source: url("borders/generic-border-dark.png");
+}
+
+EphyToolbar .location-entry .button:backdrop,
+EphyToolbar .location-entry .button:backdrop:first-child,
+EphyToolbar .location-entry .button:backdrop:hover,
+EphyToolbar .location-entry .button:backdrop:hover:first-child {
+    border-image-source: url("borders/generic-border-backdrop-dark.png");
+}
diff --git a/themes/Adwaita/gtk-3.0/gtk-main-dark.css b/themes/Adwaita/gtk-3.0/gtk-main-dark.css
index 6a85fdc..5ea5e82 100644
--- a/themes/Adwaita/gtk-3.0/gtk-main-dark.css
+++ b/themes/Adwaita/gtk-3.0/gtk-main-dark.css
@@ -204,3 +204,4 @@
 @import url("gtk-widgets.css");
 @import url("gtk-widgets-dark-overrides.css");
 @import url("gnome-applications.css");
+ import url("gnome-applications-dark-overrides.css");
diff --git a/themes/Adwaita/gtk-3.0/gtk.gresource.xml b/themes/Adwaita/gtk-3.0/gtk.gresource.xml
index e3dcfc4..ee39017 100644
--- a/themes/Adwaita/gtk-3.0/gtk.gresource.xml
+++ b/themes/Adwaita/gtk-3.0/gtk.gresource.xml
@@ -205,6 +205,7 @@
     <file preprocess="to-pixdata">borders/tooltip-generic-border-dark.svg</file>
     <file preprocess="to-pixdata">borders/tooltip-generic-border-focused-dark.svg</file>
     <file>gnome-applications.css</file>
+    <file>gnome-applications-dark-overrides.css</file>
     <file>gtk-widgets.css</file>
     <file>gtk-widgets-backgrounds.css</file>
     <file>gtk-widgets-borders.css</file>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]