mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Moved drop-down menu arrows slightly up for proper vertical alignment
This commit is contained in:
@@ -768,13 +768,13 @@ div[data-role=controlgroup] a.ui-btn-active {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.trackSelectionFieldContainer>.selectArrowContainer {
|
||||
top: .5em;
|
||||
.selectArrowContainer {
|
||||
top: 0em;
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
.selectArrowContainer {
|
||||
/* top: .5em; */
|
||||
opacity: .5;
|
||||
.trackSelectionFieldContainer>.selectArrowContainer {
|
||||
top: .5em;
|
||||
}
|
||||
|
||||
.detailSectionContent {
|
||||
|
Reference in New Issue
Block a user