# HG changeset patch # User Juri Linkov # Date 1121773406 0 # Node ID 6d0e9c3f9769e15706cc02d2781974377650fe72 # Parent 791fa2059b5eb548eefe428a2b02ada7120de0cb (widget-inactive): Inherit from `shadow'. diff -r 791fa2059b5e -r 6d0e9c3f9769 lisp/wid-edit.el --- 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