Modify color of gray texts
Change-Id: I4fa5c805448cc28066c8cb72b24184d541d9af95
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
diff --git a/app/common/styles/base/forms.scss b/app/common/styles/base/forms.scss
index 1157fa5..5c49fe7 100644
--- a/app/common/styles/base/forms.scss
+++ b/app/common/styles/base/forms.scss
@@ -19,14 +19,14 @@
input[type='text'],
textarea {
border-radius: 0px;
- border: 1px solid $medgrey;
+ border: 1px solid $darkgrey;
height: 3.1em;
margin: 0 0 1em 0;
background: $white;
box-shadow: 0 0 0;
transition: none !important;
&:focus {
- border-color: $lightbg__accent;
+ border-color: $medgrey;
box-shadow: 0 -5px $field__focus inset;
}
&:disabled,