Change status colors of runners to better defaults
This commit is contained in:
parent
2ed90c454d
commit
a6e71b9fc9
2 changed files with 7 additions and 3 deletions
|
@ -489,9 +489,9 @@ $project-network-controls-color: #888;
|
|||
*/
|
||||
$runner-state-shared-bg: #32b186;
|
||||
$runner-state-specific-bg: #3498db;
|
||||
$runner-status-online-color: green;
|
||||
$runner-status-offline-color: gray;
|
||||
$runner-status-paused-color: red;
|
||||
$runner-status-online-color: $green-normal;
|
||||
$runner-status-offline-color: $gray-darkest;
|
||||
$runner-status-paused-color: $red-normal;
|
||||
|
||||
/*
|
||||
Stat Graph
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Change status colors of runners to better defaults
|
||||
merge_request:
|
||||
author:
|
Loading…
Reference in a new issue