[c] css tweaks in modlist (border radius)
This commit is contained in:
parent
fafc300879
commit
0cc0f3a5fb
1 changed files with 6 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue