Skip to content

Commit

Permalink
Adapt the style to LCARS theme
Browse files Browse the repository at this point in the history
Signed-off-by: RD WebDesign <[email protected]>
  • Loading branch information
rdwebdesign committed Jun 5, 2024
1 parent 8768f6a commit 20fc994
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions style/themes/lcars.css
Original file line number Diff line number Diff line change
Expand Up @@ -2149,3 +2149,27 @@ td.highlight {
right: calc((100% - 1320px) / 2 + 0.85em);
}
}

.flex-header h1 {
margin-right: 0;
}

.settings-selector {
order: -1;
}
.settings-selector .toggle {
width: 125px !important;
}

#advanced-settings-menu ul > li a {
border: none;
border-radius: 20px;
color: #000;
}
#advanced-settings-menu ul > li:not(.active) a:hover,
#advanced-settings-menu ul > li a:focus {
background: #fff;
}
#advanced-settings-menu ul > li:not(.active) a {
color: #000;
}

0 comments on commit 20fc994

Please sign in to comment.