File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -289,3 +289,14 @@ div.syntaxmenu {
289289.ds-selector-tabs .selected {
290290 display : block;
291291}
292+
293+ .ui-form {
294+ background : light-dark (# f3f3f3, # 2b2b2b );
295+ padding : 8px ;
296+ }
297+
298+ .ui-form-header {
299+ font-size : 18px ;
300+ font-weight : bold;
301+ color : light-dark (# 0000a0, # 66aaff );
302+ }
Original file line number Diff line number Diff line change @@ -5425,8 +5425,8 @@ <h3>sh:group</h3>
54255425 < p >
54265426 A form building application MAY use the information above to display information as follows:
54275427 </ p >
5428- < div style =" background: light-dark(#f3f3f3, #2b2b2b); padding: 8px ">
5429- < div style =" font-size: 18px; color: light-dark(#0000a0, #66aaff); " > < b > Name</ b > </ div >
5428+ < div class =" ui-form ">
5429+ < div class =" ui-form-header " > Name</ div >
54305430 < table >
54315431 < tbody > < tr >
54325432 < td style ="text-align: right; width: 160px "> < b > first name:</ b > </ td >
@@ -5437,7 +5437,7 @@ <h3>sh:group</h3>
54375437 < td > Doe</ td >
54385438 </ tr >
54395439 </ tbody > </ table >
5440- < div style =" font-size: 18px; padding-top: 6px; color: light-dark(#0000a0, #66aaff); " > < b > Address</ b > </ div >
5440+ < div class =" ui-form-header " style =" padding-top: 8px " > Address</ div >
54415441 < table >
54425442 < tbody > < tr >
54435443 < td style ="text-align: right; width: 160px "> < b > street address:</ b > </ td >
You can’t perform that action at this time.
0 commit comments