summaryrefslogtreecommitdiffstats
path: root/app/common/styles/elements
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/elements
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/elements')
-rw-r--r--app/common/styles/elements/accordion.scss4
-rw-r--r--app/common/styles/elements/toggle-switch.scss4
2 files changed, 4 insertions, 4 deletions
diff --git a/app/common/styles/elements/accordion.scss b/app/common/styles/elements/accordion.scss
index 7e10227..767f7f2 100644
--- a/app/common/styles/elements/accordion.scss
+++ b/app/common/styles/elements/accordion.scss
@@ -40,7 +40,7 @@
// Single event log card
.accord-row {
position: relative;
- border: 1px solid $lightgrey;
+ border: 1px solid $medgrey;
padding: 1em 1em 1em 0em;
margin: .65em 0;
background: $white;
@@ -54,6 +54,6 @@
cursor: pointer;
}
&:last-child {
- border-bottom: 1px solid $lightgrey;
+ border-bottom: 1px solid $medgrey;
}
} \ No newline at end of file
diff --git a/app/common/styles/elements/toggle-switch.scss b/app/common/styles/elements/toggle-switch.scss
index 88b1def..4402a6c 100644
--- a/app/common/styles/elements/toggle-switch.scss
+++ b/app/common/styles/elements/toggle-switch.scss
@@ -39,7 +39,7 @@ input.toggle-switch__round-flat + label {
padding: 2px;
width: 50px;
height: 30px;
- background-color: $lightgrey;
+ background-color: $medgrey;
@include borderRadius;
@include marginTransition;
}
@@ -66,7 +66,7 @@ input.toggle-switch__round-flat + label:after {
left: 4px;
bottom: 4px;
width: 20px;
- background-color: $lightgrey;
+ background-color: $medgrey;
-webkit-border-radius: 52px;
-moz-border-radius: 52px;
-ms-border-radius: 52px;
OpenPOWER on IntegriCloud