[Xfce4-commits] <gtk-xfce-engine:peter/gtk3> Corrected widget name of focus-pattern property
Peter de Ridder
noreply at xfce.org
Sun Jan 8 17:10:13 CET 2012
Updating branch refs/heads/peter/gtk3
to 82fb20dd2de8d56c5ee1539584751bebd4f583d7 (commit)
from b3fafc5500e15ee0bd1cef57d80dbcb9f2688d8c (commit)
commit 82fb20dd2de8d56c5ee1539584751bebd4f583d7
Author: Peter de Ridder <peter at xfce.org>
Date: Sun Jan 8 16:31:24 2012 +0100
Corrected widget name of focus-pattern property
Xfce-4.6, Xfce
themes/xfce-4.6/gtk-3.0/gtk.css | 2 +-
themes/xfce/gtk-3.0/gtk.css | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/themes/xfce-4.6/gtk-3.0/gtk.css b/themes/xfce-4.6/gtk-3.0/gtk.css
index 04648ed..776b222 100644
--- a/themes/xfce-4.6/gtk-3.0/gtk.css
+++ b/themes/xfce-4.6/gtk-3.0/gtk.css
@@ -120,7 +120,7 @@
background-color: @base_normal;
border-color: darker(@bg_normal);
- -GtkEntry-focus-line-pattern: "\0";
+ -GtkWidget-focus-line-pattern: "\0";
}
.view:active, .entry:active {
diff --git a/themes/xfce/gtk-3.0/gtk.css b/themes/xfce/gtk-3.0/gtk.css
index 04648ed..776b222 100644
--- a/themes/xfce/gtk-3.0/gtk.css
+++ b/themes/xfce/gtk-3.0/gtk.css
@@ -120,7 +120,7 @@
background-color: @base_normal;
border-color: darker(@bg_normal);
- -GtkEntry-focus-line-pattern: "\0";
+ -GtkWidget-focus-line-pattern: "\0";
}
.view:active, .entry:active {
More information about the Xfce4-commits
mailing list