diff options
| -rw-r--r-- | lisp/cus-edit.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 85cef188e86..90a7db3b9b9 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el | |||
| @@ -1688,6 +1688,8 @@ and `face'." | |||
| 1688 | (defface custom-button-face | 1688 | (defface custom-button-face |
| 1689 | '((((type x) (class color)) ; Like default modeline | 1689 | '((((type x) (class color)) ; Like default modeline |
| 1690 | (:box (:line-width 2 :style released-button) :background "lightgrey")) | 1690 | (:box (:line-width 2 :style released-button) :background "lightgrey")) |
| 1691 | (((type w32) (class color)) ; Like default modeline | ||
| 1692 | (:box (:line-width 2 :style released-button) :background "lightgrey")) | ||
| 1691 | (t | 1693 | (t |
| 1692 | nil)) | 1694 | nil)) |
| 1693 | "Face used for buttons in customization buffers." | 1695 | "Face used for buttons in customization buffers." |
| @@ -1697,6 +1699,8 @@ and `face'." | |||
| 1697 | (defface custom-button-pressed-face | 1699 | (defface custom-button-pressed-face |
| 1698 | '((((type x) (class color)) | 1700 | '((((type x) (class color)) |
| 1699 | (:box (:line-width 2 :style pressed-button) :background "lightgrey")) | 1701 | (:box (:line-width 2 :style pressed-button) :background "lightgrey")) |
| 1702 | (((type w32) (class color)) | ||
| 1703 | (:box (:line-width 2 :style pressed-button) :background "lightgrey")) | ||
| 1700 | (t | 1704 | (t |
| 1701 | (:inverse-video t))) | 1705 | (:inverse-video t))) |
| 1702 | "Face used for buttons in customization buffers." | 1706 | "Face used for buttons in customization buffers." |