changed language text into flags

This commit is contained in:
asus
2024-05-28 11:11:39 +02:00
parent 1056f8ea5c
commit f414587ec3
6 changed files with 31 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
input#language {
display: none;
}
label#language_label {
position: fixed;
top: 20px;
@@ -6,8 +9,8 @@ label#language_label {
cursor: pointer;
z-index: 1;
}
input#language {
display: none;
label#language_label .flag {
width: 20px;
}