refactor(app): styles cleanup; minor code improvements

This commit is contained in:
2025-12-18 00:39:17 +01:00
parent cb6ea1edb2
commit 5d32145f13
7 changed files with 93 additions and 99 deletions
+21 -1
View File
@@ -89,7 +89,8 @@ select {
font-size: 1em;
}
input, select {
input,
select {
background: none;
color: white;
font-size: 1em;
@@ -358,3 +359,22 @@ a.a-button {
background-color: #aaa;
margin: 0.5em 0;
}
.g-checkbox {
position: relative;
display: inline-block;
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
display: flex;
justify-content: center;
align-items: center;
input {
position: absolute;
width: 1px;
height: 1px;
}
}