Skip to content

Commit

Permalink
MID-8531 self dashboard link widget, icon color, another fix
Browse files Browse the repository at this point in the history
(cherry picked from commit 844938a)
  • Loading branch information
1azyman committed Mar 1, 2023
1 parent b0ea8aa commit 623d4e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions gui/admin-gui/src/frontend/scss/midpoint.scss
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,10 @@ li.dropdown.user.user-menu {
}

.info-box {
& .info-box-icon {
color: $white;
}

&.info-box-link {
cursor: pointer;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
<help>PageSelfDashboard.profile.description</help>
<cssClass>col-md-3</cssClass>
<icon>
<cssClass>bg-green fa fa-user text-white</cssClass>
<cssClass>bg-green fa fa-user</cssClass>
</icon>
</display>
<panelType>linkWidget</panelType>
Expand All @@ -365,7 +365,7 @@
<help>PageSelfDashboard.credentials.description</help>
<cssClass>col-md-3</cssClass>
<icon>
<cssClass>bg-blue fa fa-shield-alt text-white</cssClass>
<cssClass>bg-blue fa fa-shield-alt</cssClass>
</icon>
</display>
<panelType>linkWidget</panelType>
Expand All @@ -387,7 +387,7 @@
</label>
<cssClass>col-md-3</cssClass>
<icon>
<cssClass>bg-purple fa fa-database text-white</cssClass>
<cssClass>bg-purple fa fa-database</cssClass>
</icon>
</display>
<panelType>linkWidget</panelType>
Expand All @@ -409,7 +409,7 @@
</label>
<cssClass>col-md-3</cssClass>
<icon>
<cssClass>bg-red fa fa-user text-white</cssClass>
<cssClass>bg-red fa fa-user</cssClass>
</icon>
</display>
<panelType>linkWidget</panelType>
Expand Down

0 comments on commit 623d4e7

Please sign in to comment.