Skip to content

Commit

Permalink
button styling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
int-JHG committed Feb 3, 2025
1 parent dc9aa60 commit 4ff5ebb
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,12 @@
<button jsf:id="restartListenerButton" jsf:action="#{messageQueueBean.restartAllListeners()}"
data-toggle="tooltip" data-placement="top" data-trigger="hover"
class="ml-auto admin__tasks-icon-wrapper" title="#{msg.action__restart_all_task_listeners}">
<div class="admin__tasks-button-restart-queue"></div>
<div class="admin__tasks-icon">
<div class="admin__tasks-button-restart">
<span class="admin__tasks-button-restart-queue"></span>
<span class="admin__tasks-icon">
<span class="admin__tasks-button-restart">
<i class="fa fa-refresh"></i>
</div>
</div>
</span>
</span>

</button>

Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2088,6 +2088,8 @@
&__tasks-status {
}
&__tasks-icon-wrapper {
background: transparent;
border: none;
position: relative;
display: flex;
cursor: pointer;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,12 +226,15 @@
}
&-file-selection-single-entry-action-download {
margin-top: 2px;
a {
a, button {
background: transparent;
border: none;
padding: 2px 5px;
display: block;
color: #212529;
}
}

&-file-selection-single-entry-button-wrapper {
width: 100%;
display: flex;
Expand Down

0 comments on commit 4ff5ebb

Please sign in to comment.