Skip to content

Commit e767c84

Browse files
committed
[css2] Added hyphens to system color names
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401042
1 parent 587a08f commit e767c84

1 file changed

Lines changed: 23 additions & 23 deletions

File tree

css2/ui.src

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: ui.src,v 2.2 1998-02-20 09:29:36 howcome Exp $ -->
3+
<!-- $Id: ui.src,v 2.3 1998-02-21 00:17:49 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>User interface</TITLE>
@@ -91,64 +91,64 @@ class="propinst-background-color">'background-color'</span>) can take
9191
one of the following names:</p>
9292

9393
<dl>
94-
<dt><strong>activeborder</strong>
94+
<dt><strong>active-border</strong>
9595
<dd>Active window border.
96-
<dt><strong>activecaption</strong>
96+
<dt><strong>active-caption</strong>
9797
<dd>Active window caption.
98-
<dt><strong>appworkspace</strong>
98+
<dt><strong>app-workspace</strong>
9999
<dd>Background color of multiple document interface.
100100
<dt><strong>background</strong>
101101
<dd>Desktop background.
102-
<dt><strong>buttonface</strong>
102+
<dt><strong>button-face</strong>
103103
<dd>Face color for three-dimensional display elements.
104-
<dt><strong>buttonhighlight</strong>
104+
<dt><strong>button-highlight</strong>
105105
<dd>Dark shadow for three-dimensional display elements (for
106106
edges facing away from the light source).
107107
<dt><strong></strong>
108108
<dd>Shadow color for three-dimensional display elements.
109-
<dt><strong>buttontext</strong>
109+
<dt><strong>button-text</strong>
110110
<dd>Text on push buttons.
111-
<dt><strong>captiontext</strong>
111+
<dt><strong>caption-text</strong>
112112
<dd>Text in caption, size box, and scroll bar arrow box.
113-
<dt><strong>graytext</strong>
113+
<dt><strong>gray-text</strong>
114114
<dd>Grayed (disabled) text. This color is set to #000 if
115115
the current display driver does not support a solid gray color.
116116
<dt><strong>highlight</strong>
117117
<dd>Item(s) selected in a control.
118-
<dt><strong>highlighttext</strong>
118+
<dt><strong>highlight-text</strong>
119119
<dd>Text of item(s) selected in a control.
120-
<dt><strong>inactiveborder</strong>
120+
<dt><strong>inactive-border</strong>
121121
<dd>Inactive window border.
122-
<dt><strong>inactivecaption</strong>
122+
<dt><strong>inactive-caption</strong>
123123
<dd>Inactive window caption.
124-
<dt><strong>inactivecaptiontext</strong>
124+
<dt><strong>inactive-caption-text</strong>
125125
<dd>Color of text in an inactive caption.
126-
<dt><strong>infobackground</strong>
126+
<dt><strong>info-background</strong>
127127
<dd>Background color for tooltip controls.
128-
<dt><strong>infotext</strong>
128+
<dt><strong>info-text</strong>
129129
<dd>Text color for tooltip controls.
130130
<dt><strong>menu</strong>
131131
<dd>Menu background.
132-
<dt><strong>menutext</strong>
132+
<dt><strong>menu-text</strong>
133133
<dd>Text in menus.
134134
<dt><strong>scrollbar</strong>
135135
<dd>Scroll bar gray area.
136-
<dt><strong>threeddarkshadow</strong>
136+
<dt><strong>three-d-dark-shadow</strong>
137137
<dd>Dark shadow for three-dimensional display elements.
138-
<dt><strong>threedface</strong>
138+
<dt><strong>three-d-face</strong>
139139
<dd>Face color for three-dimensional display elements.
140-
<dt><strong>threedhighlight</strong>
140+
<dt><strong>three-d-highlight</strong>
141141
<dd>Highlight color for three-dimensional display elements.
142-
<dt><strong>threedlightshadow</strong>
142+
<dt><strong>three-d-light-shadow</strong>
143143
<dd>Light color for three-dimensional display elements
144144
(for edges facing the light source).
145-
<dt><strong>threedshadow</strong>
145+
<dt><strong>three-d-shadow</strong>
146146
<dd>Dark shadow for three-dimensional display elements.
147147
<dt><strong>window</strong>
148148
<dd>Window background.
149-
<dt><strong>windowframe</strong>
149+
<dt><strong>window-frame</strong>
150150
<dd>Window frame.
151-
<dt><strong>windowtext</strong>
151+
<dt><strong>window-text</strong>
152152
<dd>Text in windows.
153153
</dl>
154154

0 commit comments

Comments
 (0)