]> git.eshelyaron.com Git - emacs.git/commitdiff
(widget-inactive): Inherit from `shadow'.
authorJuri Linkov <juri@jurta.org>
Tue, 19 Jul 2005 11:43:26 +0000 (11:43 +0000)
committerJuri Linkov <juri@jurta.org>
Tue, 19 Jul 2005 11:43:26 +0000 (11:43 +0000)
lisp/wid-edit.el

index 062a7886789a4ae0768a94189d267fe21b728b64..d861429e212c4dad698b6c85914340b5434627fd 100644 (file)
@@ -441,14 +441,8 @@ new value.")
       (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