summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-05-24 12:19:12 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-05-24 12:31:01 +0200
commitb428a3009df0ea065b26991e87eb5759499c85a0 (patch)
tree27cb2444665f071bccb15d04c17d5f786b531574 /data
parentbf821168dfb8c2e835cdf57a1c313841ee0dd763 (diff)
downloadtelepathy-account-widgets-b428a3009df0ea065b26991e87eb5759499c85a0.tar.gz
gedit-close-button: move CSS bits to empathy.css
https://bugzilla.gnome.org/show_bug.cgi?id=669473
Diffstat (limited to 'data')
-rw-r--r--data/empathy.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/data/empathy.css b/data/empathy.css
index e69de29b..d0c13684 100644
--- a/data/empathy.css
+++ b/data/empathy.css
@@ -0,0 +1,8 @@
+#empathy-tab-close-button {
+ -GtkButton-default-border : 0;
+ -GtkButton-default-outside-border : 0;
+ -GtkButton-inner-border: 0;
+ -GtkWidget-focus-line-width : 0;
+ -GtkWidget-focus-padding : 0;
+ padding: 0;
+}