adding translations 1/2

UI Translations

Coming in 2/2: Output translations
This commit is contained in:
SinusFox
2024-10-10 15:08:59 +02:00
parent 6e174688bd
commit d4c1c3a2ad
7 changed files with 433 additions and 36 deletions
+15 -1
View File
@@ -157,4 +157,18 @@ body {
.popup-overlay {
background: rgba(0, 0, 0, 0.5);
}
}
.dropdown-custom {
width: 20%;
background-color: black;
color: white;
border: none;
padding: 10px;
font-size: 16px;
cursor: pointer;
}
.dropdown-custom:hover {
background-color: #444;
}