Skip to content

Commit

Permalink
Styles for manual jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakari Laine committed Apr 22, 2024
1 parent 277b7bf commit eaf09fc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions public/client.less
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,11 @@ ol.jobs {
background-color: @success-background-color;
}

&.manual {
color: @manual-text-color;
background-color: @manual-background-color;
}

&.running {
color: @running-text-color;
background: repeating-linear-gradient(
Expand Down
2 changes: 2 additions & 0 deletions public/colors.less
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
@failed-background-color: rgb(204, 208, 0);
@running-text-color: @light-text-color;
@running-background-color: @success-background-color;
@manual-text-color: @light-text-color;
@manual-background-color: @group-background-color;

@error-message-text-color: rgb(255, 0, 0);
@error-message-background-color: rgb(139, 0, 0);

0 comments on commit eaf09fc

Please sign in to comment.