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