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

update colors

parent a436cf0f
No related branches found
No related tags found
1 merge request!62V2.0
...@@ -32,9 +32,9 @@ return [ ...@@ -32,9 +32,9 @@ return [
], ],
"live" => [ "live" => [
'css' => [ 'css' => [
'bgdark' => 'background:#182; color:#f8f8f8;', 'bgdark' => 'background:#286; color:#f8f8f8;',
'bglight' => 'background:#f4f8f0; color:#333; background:rgba(190,220,190,0.5); ', 'bglight' => 'background:#f4f8f0; color:#333; background:rgba(190,220,190,0.5); ',
'bgbutton' => 'background:#182; color:#fcfcfc; border: 1px solid rgba(0,0,0,0.15);', 'bgbutton' => 'background:#286; color:#fcfcfc; border: 1px solid rgba(0,0,0,0.15);',
], ],
// prevent immediate installation after build or accept // prevent immediate installation after build or accept
"deploytimes" => ['/(Mon|Tue|Wed|Thu)\ 14\:/'], "deploytimes" => ['/(Mon|Tue|Wed|Thu)\ 14\:/'],
......
...@@ -150,9 +150,8 @@ tr.progressinprogress{border-left:0.3em solid #17a2b8; } ...@@ -150,9 +150,8 @@ tr.progressinprogress{border-left:0.3em solid #17a2b8; }
tr.progresshasqueue{border-left:0.3em solid #f81;} tr.progresshasqueue{border-left:0.3em solid #f81;}
td.prj:nth-child(1) a{display: block; padding: 0.3em 0.5em; border-radius: 0.3em; background-color: #e8ecf0;} td.prj:nth-child(1) a{display: block; padding: 0.3em 0.5em; border-radius: 0.3em; background-color: #e8ecf0;}
tr.progressinprogress td.prj:nth-child(1) a{ background-color: #17a2b8; color:#fff;} tr.progressinprogress td.prj:nth-child(1) a{ color: #17a2b8; ;}
tr.progresshasqueue td.prj:nth-child(1) a{ background-color: #d61; color:#fff;} tr.progresshasqueue td.prj:nth-child(1) a{ color: #d61; }
.filterbar{border-bottom: 0px solid #ccc; ;} .filterbar{border-bottom: 0px solid #ccc; ;}
button.prjprogress>span{font-size: 130%;} button.prjprogress>span{font-size: 130%;}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment