Skip to content

Commit

Permalink
taskmanager v0.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
chinonso098 committed Oct 30, 2023
1 parent f9bc04a commit 18c7f21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/app/system-apps/taskmanager/taskmanager.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ img{
font-weight: lighter;
border-top: 1px solid #ccc; /* Cell border */
background-color: #ffffff;
color: #333;
}

.btn.btn-primary.head {
Expand Down
2 changes: 1 addition & 1 deletion src/app/system-apps/taskmanager/taskmanager.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
padding-top:15px; height:50px; margin-left: 0;">
<figure (click)="onFewerDetailsBtnClick()" style="padding-right: 65%;">
<img [src]="'osdrive/icons/arrow_up.png'">
<figcaption>Fewer details</figcaption>
<figcaption style="color: #000; font-weight: normal;">Fewer details</figcaption>
</figure>
</span>
<span style="display: inline-block; height:50px; margin-top:10px; width:50%; margin-right: 0;">
Expand Down

0 comments on commit 18c7f21

Please sign in to comment.