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
|
||||||
|
Reference in New Issue
Block a user