fixes #798
This commit is contained in:
parent
9c398ad98b
commit
8a496022f4
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
.select {
|
.select {
|
||||||
background-color: var(--pageBGColor);
|
background-color: var(--pageBGColor);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 4px 2px 1px 2px;
|
padding: 4px 2px 4px 2px;
|
||||||
border: 1px dotted #0094fb88;
|
border: 1px dotted #0094fb88;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
display: inline;
|
display: inline;
|
||||||
|
|
Loading…
Reference in a new issue