Minor fixes, beginning work on adv options
This commit is contained in:
parent
71c28b480f
commit
f2f6e09c28
3 changed files with 36 additions and 48 deletions
|
@ -39,13 +39,13 @@ body {
|
|||
|
||||
select,
|
||||
input {
|
||||
display: block;
|
||||
background-color: var(--second-bg-color);
|
||||
color: var(--text-color);
|
||||
margin: 5px auto;
|
||||
border: 2px var(--primary-color) solid;
|
||||
border-radius: 5px;
|
||||
padding: 7px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.col-sm-3 {
|
||||
|
@ -55,4 +55,10 @@ input {
|
|||
select:hover,
|
||||
input:hover {
|
||||
border-color: var(--text-color)
|
||||
}
|
||||
|
||||
#adv {
|
||||
accent-color: var(--primary-color);
|
||||
width: 1.15rem;
|
||||
height: 1.15rem;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue