diff options
Diffstat (limited to 'lisp/button.el')
-rw-r--r-- | lisp/button.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/button.el b/lisp/button.el index 998d6390651..aa9ade82ed1 100644 --- a/lisp/button.el +++ b/lisp/button.el @@ -50,7 +50,9 @@ ;; Globals -(defface button '((t :underline t)) +(defface button '((((type pc) (class color)) + (:foreground "lightblue")) + (t :underline t)) "Default face used for buttons.") ;;;###autoload |