diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/empathy.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/empathy.css b/data/empathy.css index 628800234..72a48caee 100644 --- a/data/empathy.css +++ b/data/empathy.css @@ -6,3 +6,11 @@ -GtkWidget-focus-padding : 0; padding: 0; } + +.empathy-roster-window-error-button +{ + -GtkButtonBox-child-min-width: 0; + -GtkButtonBox-child-min-height: 0; + -GtkButtonBox-child-internal-pad-x: 0; + -GtkButtonBox-child-internal-pad-y: 0; +} |