summaryrefslogtreecommitdiffstats
path: root/app/common/styles/components
diff options
context:
space:
mode:
authorMichael Davis <michael.s.davis@ibm.com>2017-05-08 11:20:12 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-09-20 13:14:23 -0500
commit19ac8f8a6ca2259c08693bb27249e9f1aa959773 (patch)
tree0715fda0975538a30ea973c1707ae5f3f35b4de3 /app/common/styles/components
parent3a94fc5342f4836a2fe87e5d51de92209106060b (diff)
downloadphosphor-webui-19ac8f8a6ca2259c08693bb27249e9f1aa959773.tar.gz
phosphor-webui-19ac8f8a6ca2259c08693bb27249e9f1aa959773.zip
Modify color of gray texts
Change-Id: I4fa5c805448cc28066c8cb72b24184d541d9af95 Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
Diffstat (limited to 'app/common/styles/components')
-rw-r--r--app/common/styles/components/form-elements.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/common/styles/components/form-elements.scss b/app/common/styles/components/form-elements.scss
index 0515926..3b88fd5 100644
--- a/app/common/styles/components/form-elements.scss
+++ b/app/common/styles/components/form-elements.scss
@@ -3,7 +3,7 @@
position: relative;
padding: .5em .8em;
margin-top: -10px;
- border: 1px solid $medgrey;
+ border: 1px solid $darkgrey;
min-width: 70px;
padding-right: 25px;
font-weight: 400;
@@ -111,7 +111,7 @@
width: 20px;
height: 20px;
background: $white;
- border: 1px solid $lightgrey;
+ border: 1px solid $medgrey;
}
/* Hover and focus states */
@@ -216,7 +216,7 @@
pointer-events: none;
opacity: .6;
background: #ccc;
- border: 1px solid $lightgrey;
+ border: 1px solid $medgrey;
}
.control-radio:hover > input:disabled ~ .control__indicator{
OpenPOWER on IntegriCloud