Skip to content

Commit

Permalink
Add support for plugin upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisOuellet committed Feb 14, 2024
1 parent 9324098 commit 9a301d3
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
44 changes: 44 additions & 0 deletions css/plugins/upgrade.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
/* =Upgrade Plugin
----------------------------------------------- */

#plugin__upgrade_meter ol {
height: 24px;

li {
height: 24px;
font-family: @ini_font;
border-radius: 12px;

span {
right: -20px;
}
span.step {
top: -12px;
padding: 0;
padding-top: 4px;
border: 3px solid @ini_background_neu;
z-index: 99;
font-size: 24px;
color: @ini_background_neu;
width: 1.5em;
font-weight: normal;
position: absolute;
background-color: #fff;
border-radius: 50%;
width: 48px;
height: 48px;
}
span.stage {
color: #fff;
font-weight: normal;
}
}
li.active {
height: 24px;
background: @ini_theme_color;

span.stage {
color: @ini_background;
}
}
}
1 change: 1 addition & 0 deletions style.ini
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ css/plugins/search.less = screen
css/plugins/socialite.less = screen
css/plugins/tag.less = screen
css/plugins/translation.less = screen
css/plugins/upgrade.less = screen
css/plugins/wrap.less = screen

css/print.less = print
Expand Down

0 comments on commit 9a301d3

Please sign in to comment.