Color status select
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
&.with-status
|
||||
border-top: thick solid $color-background-dark
|
||||
@include status-color-property(border-top-color, '', 'dark')
|
||||
@include status-color-property(color, ' select', 'dark')
|
||||
@include status-color-property(border-bottom-color, ' select', 'dark')
|
||||
|
||||
.item-name
|
||||
font-size: 1.6em
|
||||
|
@@ -24,7 +24,7 @@
|
||||
select#item-status.input-transparent(
|
||||
name="status")
|
||||
| {% for status in shot_node_type.dyn_schema.status.allowed %}
|
||||
| <option value="{{ status }}" {% if status == shot.properties.status %}selected{% endif %}>{{ status | undertitle }}</option>
|
||||
| <option class="status-{{status}}" value="{{ status }}" {% if status == shot.properties.status %}selected{% endif %}>{{ status | undertitle }}</option>
|
||||
| {% endfor %}
|
||||
|
||||
.input-group
|
||||
|
Reference in New Issue
Block a user