Color status option
This commit is contained in:
@@ -53,6 +53,9 @@ nav.sidebar
|
|||||||
margin-bottom: 10px
|
margin-bottom: 10px
|
||||||
width: 100%
|
width: 100%
|
||||||
|
|
||||||
|
option
|
||||||
|
@include status-color-property(color, '', 'dark')
|
||||||
|
|
||||||
button
|
button
|
||||||
&#item-save
|
&#item-save
|
||||||
+button($color-success, 3px)
|
+button($color-success, 3px)
|
||||||
|
@@ -70,7 +70,7 @@
|
|||||||
name="status",
|
name="status",
|
||||||
aria-describedby="task-status-label")
|
aria-describedby="task-status-label")
|
||||||
| {% for status in task_node_type.dyn_schema.status.allowed %}
|
| {% for status in task_node_type.dyn_schema.status.allowed %}
|
||||||
| <option value="{{ status }}" {% if status == task.properties.status %}selected{% endif %}>{{ status | undertitle }}</option>
|
| <option class="status-{{ status }}" value="{{ status }}" {% if status == task.properties.status %}selected{% endif %}>{{ status | undertitle }}</option>
|
||||||
| {% endfor %}
|
| {% endfor %}
|
||||||
|
|
||||||
.input-group-separator
|
.input-group-separator
|
||||||
|
Reference in New Issue
Block a user