[c] css tweaks in modlist (border radius)

This commit is contained in:
Sangelo 2024-06-13 11:06:42 +02:00
parent fafc300879
commit 0cc0f3a5fb

View file

@ -163,7 +163,11 @@
select { select {
width: 40%; width: 40%;
border-radius: 0px 1000px 1000px 0px; border-radius: 0px 0.25rem 0.25rem 0px;
}
input {
border-radius: 0.25rem 0 0 0.25rem;
} }
button.close { button.close {
@ -199,7 +203,7 @@
height: 4em; height: 4em;
width: 4em; width: 4em;
margin-right: 1em; margin-right: 1em;
border-radius: 8px; border-radius: 0.25rem;
cursor: pointer; cursor: pointer;
align-self: flex-start; align-self: flex-start;
margin: 0.5em 1em 0.5em 0; margin: 0.5em 1em 0.5em 0;