Skip to content

Commit

Permalink
NEW: Consistent Plugin Icon
Browse files Browse the repository at this point in the history
 - #15
  • Loading branch information
aljawaid committed Aug 27, 2023
1 parent 0eb24dc commit d4d418b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Assets/css/kanboard-support-icons.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions Assets/css/kanboard-support.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@
width: 50px;
}

.config-page h2 .ks-icon {
vertical-align: text-top;
width: 22px;
height: 22px;
}

i.fa-lock {
color: var(--pp-green);
}
Expand Down
2 changes: 1 addition & 1 deletion Template/config/support.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="config-page">
<div class="page-header" style="margin-top: 10px;">
<h2 class="">
<i class="fa fa-question-circle"></i> <?= t('Application Configuration') ?>
<span class="ks-icon"></span> <?= t('Application Configuration') ?>
</h2>
</div>
<!-- USER CONFIGURATION -->
Expand Down

0 comments on commit d4d418b

Please sign in to comment.