summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/common/styles/base/forms.scss4
-rw-r--r--app/common/styles/components/form-elements.scss6
-rw-r--r--app/common/styles/elements/accordion.scss4
-rw-r--r--app/common/styles/elements/toggle-switch.scss4
-rw-r--r--app/configuration/styles/network.scss2
-rw-r--r--app/server-health/styles/log.scss4
6 files changed, 12 insertions, 12 deletions
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='url'],
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,
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{
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;
diff --git a/app/configuration/styles/network.scss b/app/configuration/styles/network.scss
index 3b28ebf..d0514fc 100644
--- a/app/configuration/styles/network.scss
+++ b/app/configuration/styles/network.scss
@@ -37,7 +37,7 @@
width: 100%;
margin-top: 3em;
padding-top: 1em;
- border-top: 1px solid $lightgrey;
+ border-top: 1px solid $medgrey;
button {
float: right;
margin: .5em;
diff --git a/app/server-health/styles/log.scss b/app/server-health/styles/log.scss
index 708aa25..adecf92 100644
--- a/app/server-health/styles/log.scss
+++ b/app/server-health/styles/log.scss
@@ -185,7 +185,7 @@
// Single event log card
.event-log__single-event {
- border-top: 1px solid $lightgrey;
+ border-top: 1px solid $medgrey;
padding: 1em 1em 1em .7em;
}
.event-log__event-info {
@@ -271,7 +271,7 @@
.event__metadata {
height: 200px;
overflow-y: scroll;
- border: 1px solid $lightgrey;
+ border: 1px solid $medgrey;
padding: .5em .5em 0;
background: $white;
display: block;
OpenPOWER on IntegriCloud