Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

Commit 589a2b5

Browse files
committed
implement feedback from marc
1 parent f44a01f commit 589a2b5

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

frontend/app/styles/app.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,15 +478,20 @@ h5, h6 {
478478
background-color: #1b8dc6;
479479
}
480480

481+
.x-toggle:not(:checked) + label > .x-toggle-material.x-toggle-btn::after {
482+
border: lightslategray solid 1px;
483+
}
484+
481485
.x-toggle-component.x-toggle-focused .x-toggle-btn:not(.x-toggle-disabled) {
482486
&::after, &::before {
483487
box-shadow: none;
484488
}
485489
}
486490

491+
487492
.password-range {
488493
&::-moz-range-progress{
489-
background-color: #43e5f7;
494+
background-color: #1e5a96;
490495
}
491496
}
492497

frontend/translations/ch_be.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ ch_be:
9494
title: Nöi Zuägangsdate
9595
form:
9696
passwordLength: "Zeichä: "
97-
symbols: Simbou
97+
symbols: "Simbou:"
9898
share:
9999
title: Datei teilä
100100

frontend/translations/de.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ de:
9595
title: Neue Zugangsdaten
9696
form:
9797
passwordLength: "Zeichen: "
98-
symbols: Symbole
98+
symbols: "Symbole: "
9999
share:
100100
title: Datei teilen
101101

frontend/translations/en.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ en:
9595
title: New Credentials
9696
form:
9797
passwordLength: "Characters: "
98-
symbols: Symbols
98+
symbols: "Symbols: "
9999
share:
100100
title: Share File
101101

0 commit comments

Comments
 (0)