diff options
author | Gerd Moellmann <gerd@gnu.org> | 1999-07-27 23:52:50 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 1999-07-27 23:52:50 +0000 |
commit | 9668a74626e096631b58f7489a929e508a47c2ab (patch) | |
tree | a0085ab051b373e947d38a6ed95dcb6d0ef2df05 /lisp | |
parent | 3f63de1e217146f1f972df87ccb7d54e14d9e840 (diff) | |
download | emacs-9668a74626e096631b58f7489a929e508a47c2ab.tar.gz emacs-9668a74626e096631b58f7489a929e508a47c2ab.tar.bz2 emacs-9668a74626e096631b58f7489a929e508a47c2ab.zip |
(toolbar): Add face definition for mono displays.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/faces.el | 2 |
1 files changed, 2 insertions, 0 deletions
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." |