Mercurial > emacs
changeset 64504:6d0e9c3f9769
(widget-inactive): Inherit from `shadow'.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Tue, 19 Jul 2005 11:43:26 +0000 |
parents | 791fa2059b5e |
children | a4590903b2c4 |
files | lisp/wid-edit.el |
diffstat | 1 files changed, 2 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/wid-edit.el Tue Jul 19 11:41:20 2005 +0000 +++ b/lisp/wid-edit.el Tue Jul 19 11:43:26 2005 +0000 @@ -441,14 +441,8 @@ (prog1 (progn ,@form) (goto-char (point-max)))))) -(defface widget-inactive '((((class grayscale color) - (background dark)) - (:foreground "light gray")) - (((class grayscale color) - (background light)) - (:foreground "dim gray")) - (t - (:slant italic))) +(defface widget-inactive + '((t :inherit shadow)) "Face used for inactive widgets." :group 'widget-faces) ;; backward-compatibility alias