Fix: Styled list items in Settings page separately
This commit is contained in:
parent
7f45b906a7
commit
c941d6e84f
1 changed files with 8 additions and 2 deletions
|
|
@ -1263,8 +1263,14 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
margin: .5em 1em !important;
|
||||
}
|
||||
|
||||
[dir=ltr] .navMenuOption {
|
||||
padding: .75em 1em !important;
|
||||
[dir=ltr] .navMenuOption,
|
||||
#myPreferencesMenuPage .listItem {
|
||||
padding: 1em !important;
|
||||
margin-bottom: unset;
|
||||
}
|
||||
|
||||
#myPreferencesMenuPage .listItemIcon {
|
||||
margin: 0 1em 0 0;
|
||||
}
|
||||
|
||||
.navMenuOption-selected {
|
||||
|
|
|
|||
Loading…
Reference in a new issue