aboutsummaryrefslogtreecommitdiff
path: root/sx-button.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-04-19 13:45:30 +0100
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-04-19 13:45:30 +0100
commit48887789f077b0a9d810f6c9dc9694899d873514 (patch)
tree8e02f876e3547da91e12ffa3348ccc71284d79f8 /sx-button.el
parent331c257711913027e277941a4b3b815e99d19244 (diff)
Improve some faces
Diffstat (limited to 'sx-button.el')
-rw-r--r--sx-button.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/sx-button.el b/sx-button.el
index 2292ac9..194c292 100644
--- a/sx-button.el
+++ b/sx-button.el
@@ -49,7 +49,8 @@
;;; Face
(defface sx-custom-button
'((((type x w32 ns) (class color)) ; Like default mode line
- :box (:line-width 2 :style released-button)
+ :box (:line-width 3 :style released-button)
+ :height 0.9
:background "lightgrey" :foreground "black"))
"Face used on buttons such as \"Write an Answer\"."
:group 'sx)