Skip to content

Commit

Permalink
striped bg for gecko/mozilla, tidying
Browse files Browse the repository at this point in the history
  • Loading branch information
cartja committed Dec 16, 2024
1 parent 470869e commit bb2855e
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions src/styles/_ChangePassword.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,13 @@ meter {
width: 100%;
height: 20px;
border: none;
background: repeating-linear-gradient(-55deg, $border-gray, $border-gray 10px, $bg-gray 10px, $bg-gray 20px);
}

/* Webkit browsers */
meter::-webkit-meter-bar {
height: 20px;
//background: $border-gray;
background: repeating-linear-gradient(-55deg, $border-gray, $border-gray 10px, $bg-gray 10px, $bg-gray 20px);
// border-color: $border-gray;
// border-width: 2px;
}
meter::-webkit-meter-optimum-value {
background: $txt-gray;
Expand Down Expand Up @@ -84,23 +82,3 @@ meter::-webkit-meter-optimum-value {
font-size: 0.8rem;
}
}

// meter {
// display: block;
// margin: 0 auto;

// width: 550px;
// height: 25px;

// -webkit-appearance: none;
// -moz-appearance: none;
// appearance: none;

// border: 1px solid #ccc;
// border-radius: 3px;

// /* Firefox */
// background: none; /* Required to get rid of the default background prop. */
// background-color: whiteSmoke;
// box-shadow: 0 5px 5px -5px #333 inset;
// }

0 comments on commit bb2855e

Please sign in to comment.