Skip to content
Snippets Groups Projects
Commit ca469f36 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch '7359-update-php83' into 'master'

reduce colors in overview

See merge request !67
parents 7d0403e6 ca769c15
No related branches found
No related tags found
1 merge request!67reduce colors in overview
Pipeline #4479 passed
......@@ -117,6 +117,7 @@ class projectlist extends base
. ' trprogress'
. ($aProgress['inprogress'] ? ' progressinprogress' : '')
. ($aProgress['hasQueue'] ? ' progresshasqueue' : '')
. (!($aProgress['hasQueue'] || $aProgress['inprogress']) ? ' nochange' : '')
. ' group-' . $sPrjGroup;
if ($aProgress['inprogress']) {
......
......@@ -254,6 +254,11 @@ tr.progressinprogress {
border-left: 0.3em solid #17a2b8;
}
tr.nochange td div {
background-color: rgba(0, 0, 0, 0) !important;
color: #888 !important;
}
tr.progresshasqueue {
border-left: 0.3em solid #d61;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment