From 25c71789920846bfcf1f451b98ef062265aac702 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Wed, 23 Mar 2016 10:35:49 +0100 Subject: [PATCH] Fix iocaine button when adding new task --- app/styles/modules/common/lightbox.scss | 4 ++++ app/themes/taiga/custom.scss | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app/styles/modules/common/lightbox.scss b/app/styles/modules/common/lightbox.scss index 26bf2945..def10271 100644 --- a/app/styles/modules/common/lightbox.scss +++ b/app/styles/modules/common/lightbox.scss @@ -57,10 +57,14 @@ } .requirement, .iocaine { + vertical-align: middle; &:hover { background: $primary-light; border: 1px solid $primary; } + svg { + @include svg-size(.75rem); + } } .blocked { diff --git a/app/themes/taiga/custom.scss b/app/themes/taiga/custom.scss index 890cdaca..1b44de5a 100644 --- a/app/themes/taiga/custom.scss +++ b/app/themes/taiga/custom.scss @@ -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;