Mercurial > emacs
changeset 25090:4cd409210c7f
(toolbar): Add face definition for mono displays.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 27 Jul 1999 23:52:50 +0000 |
parents | 309fe4eb6522 |
children | c3dc74005d22 |
files | lisp/faces.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/faces.el Tue Jul 27 21:01:02 1999 +0000 +++ b/lisp/faces.el Tue Jul 27 23:52:50 1999 +0000 @@ -1353,6 +1353,8 @@ (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."