aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2005-07-19 11:43:26 +0000
committerJuri Linkov2005-07-19 11:43:26 +0000
commit6866bf6a8054d65644d275b6d2908fcafd426f4c (patch)
tree5ef929417f4d2c5c9569ea1296aaea5d40ec4773
parent4bc30b74c881c4f602722b79123b1b7203218cef (diff)
downloademacs-6866bf6a8054d65644d275b6d2908fcafd426f4c.tar.gz
emacs-6866bf6a8054d65644d275b6d2908fcafd426f4c.zip
(widget-inactive): Inherit from `shadow'.
-rw-r--r--lisp/wid-edit.el10
1 files changed, 2 insertions, 8 deletions
diff --git a/lisp/wid-edit.el b/lisp/wid-edit.el
index 062a7886789..d861429e212 100644
--- a/lisp/wid-edit.el
+++ b/lisp/wid-edit.el
@@ -441,14 +441,8 @@ new value.")
441 (prog1 (progn ,@form) 441 (prog1 (progn ,@form)
442 (goto-char (point-max)))))) 442 (goto-char (point-max))))))
443 443
444(defface widget-inactive '((((class grayscale color) 444(defface widget-inactive
445 (background dark)) 445 '((t :inherit shadow))
446 (:foreground "light gray"))
447 (((class grayscale color)
448 (background light))
449 (:foreground "dim gray"))
450 (t
451 (:slant italic)))
452 "Face used for inactive widgets." 446 "Face used for inactive widgets."
453 :group 'widget-faces) 447 :group 'widget-faces)
454;; backward-compatibility alias 448;; backward-compatibility alias