From: Gerd Moellmann Date: Tue, 27 Jul 1999 23:52:50 +0000 (+0000) Subject: (toolbar): Add face definition for mono displays. X-Git-Tag: emacs-pretest-21.0.90~7351 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9668a74626e096631b58f7489a929e508a47c2ab;p=emacs.git (toolbar): Add face definition for mono displays. --- diff --git a/lisp/faces.el b/lisp/faces.el index 971ccbf5a4d..bea469bd9bc 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -1353,6 +1353,8 @@ created." (defface toolbar '((((type x) (class color)) (:box (:line-width 1 :style released-button) :background "grey75")) + (((type x) (class mono)) + (:box (:line-width 1 :style released-button) :background "grey")) (t ())) "Basic toolbar face."