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,
.iocaine {
vertical-align: middle;
&:hover {
background: $primary-light;
border: 1px solid $primary;
}
svg {
@include svg-size(.75rem);
}
}
.blocked {

View File

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