mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 07:47:30 +02:00
Fix carat in drop-down boxes
This commit is contained in:
parent
17d41dd7b9
commit
e1d885004f
2 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ FocusScope {
|
|||
HiFiGlyphs {
|
||||
anchors {
|
||||
top: parent.top
|
||||
topMargin: -8
|
||||
topMargin: -11
|
||||
horizontalCenter: parent.horizontalCenter
|
||||
}
|
||||
size: hifi.dimensions.spinnerSize
|
||||
|
|
|
@ -613,7 +613,7 @@ hr {
|
|||
margin-right: -48px;
|
||||
position: relative;
|
||||
left: -12px;
|
||||
top: -11px;
|
||||
top: -9px;
|
||||
}
|
||||
|
||||
.dropdown dd {
|
||||
|
|
Loading…
Reference in a new issue