Skip to content

Commit

Permalink
add border to status indicators in the LCARS theme (#2024)
Browse files Browse the repository at this point in the history
Signed-off-by: Iksas <[email protected]>
  • Loading branch information
Iksas authored Dec 24, 2021
1 parent 9393b2e commit cca2f78
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions style/themes/lcars.css
Original file line number Diff line number Diff line change
Expand Up @@ -848,8 +848,9 @@ label {
margin: 20px 0 0;
}

.user-panel .info span svg {
filter: drop-shadow(0 0 0.4px rgba(0, 68, 255, 0.4));
.user-panel .fa-circle path {
stroke: rgba(0, 0, 0, 0.5);
stroke-width: 5%;
}

.user-panel svg.text-orange,
Expand Down

0 comments on commit cca2f78

Please sign in to comment.