<div class="spHeadline">Input</div>
<dl data-region="wcfInput">
- <dt><label for="spInput">Lorem Ipsum</label></dt>
+ <dt><label class="spInputLabel" for="spInput">Lorem Ipsum</label></dt>
<dd><input type="text" id="spInput" class="long" placeholder="Placeholder" value="Consetetur sadipscing elitr"></dd>
</dl>
<dl data-region="wcfInputDisabled">
- <dt><label for="spInputDisabled">Dolor Sit Amet</label></dt>
+ <dt><label class="spInputLabel" for="spInputDisabled">Dolor Sit Amet</label></dt>
<dd><input type="text" id="spInputDisabled" class="long" value="Disabled" disabled></dd>
</dl>
'wcfTabularBoxHeadline': '#spTable { border-color: VALUE; } __COMBO_RULE__ #spTable th, #spTable th a { color: VALUE; }',
'wcfTabularBoxBackgroundActive': '#spTable tr:hover > td { background-color: VALUE; }',
'wcfTabularBoxHeadlineActive': '#spTable th a:hover { color: VALUE; }',
+ 'wcfInputLabel': '.spInputLabel { color: VALUE; }',
'wcfInputBackground': '#spInput { background-color: VALUE; }',
'wcfInputBorder': '#spInput { border-color: VALUE; }',
'wcfInputText': '#spInput { color: VALUE; }',
'wcfContentDimmed' => ['text', 'link', 'linkActive'],
'wcfContentHeadline' => ['border', 'text', 'link', 'linkActive'],
'wcfTabularBox' => ['borderInner', 'headline', 'backgroundActive', 'headlineActive'],
- 'wcfInput' => ['background', 'border', 'text', 'placeholder', 'backgroundActive', 'borderActive', 'textActive'],
+ 'wcfInput' => ['label', 'background', 'border', 'text', 'placeholder', 'backgroundActive', 'borderActive', 'textActive'],
'wcfInputDisabled' => ['background', 'border', 'text'],
'wcfButton' => ['background', 'text', 'backgroundActive', 'textActive'],
'wcfButtonPrimary' => ['background', 'text', 'backgroundActive', 'textActive'],