diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-05-24 18:19:12 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-05-24 18:31:01 +0800 |
commit | b428a3009df0ea065b26991e87eb5759499c85a0 (patch) | |
tree | 27cb2444665f071bccb15d04c17d5f786b531574 /data/empathy.css | |
parent | bf821168dfb8c2e835cdf57a1c313841ee0dd763 (diff) | |
download | gsoc2013-empathy-b428a3009df0ea065b26991e87eb5759499c85a0.tar gsoc2013-empathy-b428a3009df0ea065b26991e87eb5759499c85a0.tar.gz gsoc2013-empathy-b428a3009df0ea065b26991e87eb5759499c85a0.tar.bz2 gsoc2013-empathy-b428a3009df0ea065b26991e87eb5759499c85a0.tar.lz gsoc2013-empathy-b428a3009df0ea065b26991e87eb5759499c85a0.tar.xz gsoc2013-empathy-b428a3009df0ea065b26991e87eb5759499c85a0.tar.zst gsoc2013-empathy-b428a3009df0ea065b26991e87eb5759499c85a0.zip |
gedit-close-button: move CSS bits to empathy.css
https://bugzilla.gnome.org/show_bug.cgi?id=669473
Diffstat (limited to 'data/empathy.css')
-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 e69de29bb..d0c13684d 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; +} |