mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
[enh] add grey background for error jobs
This commit is contained in:
parent
7cce60f8ac
commit
3ef15da92a
1 changed files with 4 additions and 0 deletions
|
@ -38,6 +38,10 @@
|
|||
background-color: #D9EDF7 !important;;
|
||||
}
|
||||
|
||||
.errorJob {
|
||||
background-color: #cccccc !important;
|
||||
}
|
||||
|
||||
h1 small {
|
||||
font-size: large;
|
||||
color: #888;
|
||||
|
|
Loading…
Add table
Reference in a new issue