Style save buttons on shots/tasks

This commit is contained in:
2016-11-03 13:07:46 +01:00
parent 2d26370bb9
commit ddd1fdb1ae
4 changed files with 13 additions and 9 deletions

View File

@@ -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

View File

@@ -16,6 +16,7 @@
span.item-name
padding-left: 5px
margin-top: 0
color: $color-text-dark-secondary
.item-description
padding: 10px 5px

View File

@@ -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 %}

View File

@@ -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 %}