Style save buttons on shots/tasks
This commit is contained in:
@@ -189,12 +189,6 @@ nav.sidebar
|
|||||||
&.select_multiple
|
&.select_multiple
|
||||||
margin-bottom: 10px
|
margin-bottom: 10px
|
||||||
|
|
||||||
select.input-transparent
|
|
||||||
background-color: $color-background
|
|
||||||
|
|
||||||
option
|
|
||||||
background-color: white
|
|
||||||
|
|
||||||
input, input.form-control
|
input, input.form-control
|
||||||
background-color: transparent
|
background-color: transparent
|
||||||
|
|
||||||
@@ -221,7 +215,16 @@ input, input.form-control
|
|||||||
box-shadow: 0 1px 0 0 $color-primary
|
box-shadow: 0 1px 0 0 $color-primary
|
||||||
|
|
||||||
select
|
select
|
||||||
border-radius: 3px
|
border-top-left-radius: 3px
|
||||||
|
border-top-right-radius: 3px
|
||||||
|
background-color: $color-background-light
|
||||||
|
|
||||||
|
option
|
||||||
|
background-color: white
|
||||||
|
|
||||||
|
button
|
||||||
|
&#item-save
|
||||||
|
+button($color-success, 3px)
|
||||||
|
|
||||||
#status-bar
|
#status-bar
|
||||||
color: $color-text-dark-secondary
|
color: $color-text-dark-secondary
|
||||||
|
@@ -16,6 +16,7 @@
|
|||||||
span.item-name
|
span.item-name
|
||||||
padding-left: 5px
|
padding-left: 5px
|
||||||
margin-top: 0
|
margin-top: 0
|
||||||
|
color: $color-text-dark-secondary
|
||||||
|
|
||||||
.item-description
|
.item-description
|
||||||
padding: 10px 5px
|
padding: 10px 5px
|
||||||
|
@@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
button#item-save.btn.btn-default.btn-block(type=submit)
|
button#item-save.btn.btn-default.btn-block(type=submit)
|
||||||
i.pi-check
|
i.pi-check
|
||||||
| Save Shot
|
| Save Shot
|
||||||
| {% else %}
|
| {% else %}
|
||||||
//- NOTE: read-only versions of the fields above.
|
//- NOTE: read-only versions of the fields above.
|
||||||
| {% if shot.description %}
|
| {% if shot.description %}
|
||||||
|
@@ -85,7 +85,7 @@
|
|||||||
.input-group
|
.input-group
|
||||||
button#item-save.btn.btn-default.btn-block(type='submit')
|
button#item-save.btn.btn-default.btn-block(type='submit')
|
||||||
i.pi-check
|
i.pi-check
|
||||||
| Save Task
|
| Save Task
|
||||||
| {% else %}
|
| {% else %}
|
||||||
//- NOTE: read-only versions of the fields above.
|
//- NOTE: read-only versions of the fields above.
|
||||||
| {% if task.description %}
|
| {% if task.description %}
|
||||||
|
Reference in New Issue
Block a user