tweaked input styles
This commit is contained in:
parent
78459d759c
commit
029633f3d3
5 changed files with 7 additions and 14 deletions
|
@ -84,6 +84,7 @@ a {
|
|||
}
|
||||
|
||||
.input {
|
||||
flex: 2 0 auto;
|
||||
border: 1px solid var(--primaryControlBGColor);
|
||||
border-radius: 6px 0 0 6px;
|
||||
font-size: 20px;
|
||||
|
@ -102,6 +103,7 @@ a {
|
|||
}
|
||||
|
||||
.inputBtn {
|
||||
flex: auto;
|
||||
background: var(--primaryControlBGColor);
|
||||
border-radius: 0 6px 6px 0;
|
||||
border: 1px solid var(--primaryControlBGColor);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue