- change dropdown list font weight to bold
- fix a UI issue of bar display
This commit is contained in:
parent
67708a5432
commit
7a66e49ac3
|
@ -70,6 +70,7 @@ blockquote {
|
|||
border-radius: 12px;
|
||||
height: 24px;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
z-index: inherit;
|
||||
}
|
||||
|
||||
|
@ -123,7 +124,7 @@ input {
|
|||
|
||||
.input-field {
|
||||
margin-top: 0px;
|
||||
margin-bottom: 5px;
|
||||
margin-bottom: -5px;
|
||||
}
|
||||
|
||||
.config-row {
|
||||
|
|
Loading…
Reference in New Issue