Fix iocaine button when adding new task

stable
Xavier Julián 2016-03-23 10:35:49 +01:00
parent 371b50c81e
commit 25c7178992
2 changed files with 6 additions and 2 deletions

View File

@ -57,10 +57,14 @@
} }
.requirement, .requirement,
.iocaine { .iocaine {
vertical-align: middle;
&:hover { &:hover {
background: $primary-light; background: $primary-light;
border: 1px solid $primary; border: 1px solid $primary;
} }
svg {
@include svg-size(.75rem);
}
} }
.blocked { .blocked {

View File

@ -61,11 +61,11 @@ input[type="date"],
input[type="password"], input[type="password"],
select, select,
textarea { textarea {
background: $whitish; background: lighten($whitish, 6%);
border-color: $gray-light; border-color: $gray-light;
color: $grayer; color: $grayer;
@include placeholder { @include placeholder {
color: darken($gray-light, 10%); color: lighten($gray-light, 10%);
} }
&.checksley-error { &.checksley-error {
border: 1px solid $red; border: 1px solid $red;