[Xfce4-commits] <gtk-xfce-engine:peter/gtk3> Set -xfce-button-default-border (bug #8454)

Peter de Ridder noreply at xfce.org
Thu Mar 29 21:40:02 CEST 2012


Updating branch refs/heads/peter/gtk3
         to 955dd154a2a28d209f1cb35bd6c1c7e556c6afc0 (commit)
       from 8e0ab26b57e5d87b7434ac3045946c07a37dff03 (commit)

commit 955dd154a2a28d209f1cb35bd6c1c7e556c6afc0
Author: Peter de Ridder <peter at xfce.org>
Date:   Thu Mar 29 21:37:37 2012 +0200

    Set -xfce-button-default-border (bug #8454)
    
    Xfce-stellar

 themes/stellar/gtk-3.0/gtk.css |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/themes/stellar/gtk-3.0/gtk.css b/themes/stellar/gtk-3.0/gtk.css
index d9fdea2..04e48b3 100644
--- a/themes/stellar/gtk-3.0/gtk.css
+++ b/themes/stellar/gtk-3.0/gtk.css
@@ -31,6 +31,7 @@
 
     -GtkButton-default-border        : 5;
     -GtkButton-default-outside-border: 6;
+    -xfce-button-default-border      : 5;
     -GtkWidget-focus-padding         : 0;
     -GtkCheckButton-indicator-size   : 15;
     -GtkRange-slider-width           : 12;
@@ -75,6 +76,10 @@
     border-color: darker(@bg_selected);
 }
 
+*:focus {
+    -xfce-button-default-border: 7;
+}
+
 .view, .entry {
     color: @text_normal;
     background-color: @base_normal;


More information about the Xfce4-commits mailing list