mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
ui: allow style tag on headers
This commit is contained in:
parent
2c2a2dbcc2
commit
4cf0e7f133
@ -83,7 +83,7 @@
|
||||
<col class="col-md-4"/>
|
||||
<col class="col-md-5"/>
|
||||
</colgroup>
|
||||
<thead style="cursor: pointer;">
|
||||
<thead style="cursor: pointer;" class="{{field['style']|default('')}}">
|
||||
<tr {% if field['advanced']|default(false)=='true' %} data-advanced="true"{% endif %}>
|
||||
<th colspan="3">
|
||||
<div style="padding-bottom: 5px; padding-top: 5px; font-size: 16px;">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user