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;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.trackSelectionFieldContainer>.selectArrowContainer {
|
.selectArrowContainer {
|
||||||
top: .5em;
|
top: 0em;
|
||||||
|
opacity: .5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.selectArrowContainer {
|
.trackSelectionFieldContainer>.selectArrowContainer {
|
||||||
/* top: .5em; */
|
top: .5em;
|
||||||
opacity: .5;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.detailSectionContent {
|
.detailSectionContent {
|
||||||
|
Reference in New Issue
Block a user