up wiki controller

This commit is contained in:
Tykayn 2025-08-22 17:58:13 +02:00 committed by tykayn
parent 2f49ef6479
commit 391a212034
13 changed files with 1271297 additions and 866 deletions

View file

@ -18,13 +18,14 @@ body {
#qrcode {
margin-bottom: 8rem;
}
input[data-important]{
border-color: #7a8fbb ;
border-left-width: 5px ;
input[data-important] {
border-color: #7a8fbb;
border-left-width: 5px;
}
input[data-important]:before{
content : ">" !important ;
input[data-important]:before {
content: ">" !important;
}
.filled, .good_filled {
@ -32,7 +33,7 @@ input[data-important]:before{
color: #082b0a !important;
}
.filled:hover , .good_filled:hover {
.filled:hover, .good_filled:hover {
background-color: #d9ffd1 !important;
}
@ -174,13 +175,18 @@ table tbody {
overflow: auto;
}
#table_container, .table-container, #table-container{
max-height: 700px;
overflow: auto;
display: block;
border: solid 3px rgb(255, 255, 255);
#table_container, .table-container, #table-container {
max-height: 700px;
overflow: auto;
display: block;
border: solid 3px rgb(255, 255, 255);
}
#citySuggestions{
#citySuggestions {
z-index: 10;
}
body .card:hover {
transform: none !important;
box-shadow: none !important;
}