mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-12 09:00:40 +00:00
update
This commit is contained in:
@ -116,42 +116,30 @@ indicator will show up how the column is sorted right now.; */
|
||||
.status[data-status] {
|
||||
background-color: #f44336 !important; /* ~materialize "red" */
|
||||
}
|
||||
.status[data-status="analysing"] {
|
||||
background-color: #4caf50 !important; /* ~materialize green */
|
||||
.status[data-status="unprepared"] {
|
||||
background-color: #9e9e9e !important; /* ~materialize grey */
|
||||
}
|
||||
.status[data-status="complete"] {
|
||||
background-color: #4caf50 !important; /* ~materialize green */
|
||||
.status[data-status="submitted"] {
|
||||
background-color: #9e9e9e !important; /* ~materialize grey */
|
||||
}
|
||||
.status[data-status="pending"] {
|
||||
background-color: #ff9800 !important; /* ~materialize orange */
|
||||
}
|
||||
.status[data-status="preparable"] {
|
||||
background-color: #ff9800 !important; /* ~materialize orange */
|
||||
}
|
||||
.status[data-status="prepared"] {
|
||||
background-color: #4caf50 !important; /* ~materialize green */
|
||||
}
|
||||
.status[data-status="preparing"] {
|
||||
background-color: #03a9f4 !important; /* ~materialize light-blue */
|
||||
}
|
||||
.status[data-status="removing"] {
|
||||
background-color: #ff5722 !important; /* ~materialize deep-orange */
|
||||
.status[data-status="queued"] {
|
||||
background-color: #2196f3 !important; /* ~materialize blue */
|
||||
}
|
||||
.status[data-status="running"] {
|
||||
background-color: #ffc107 !important; /* ~materialize amber */
|
||||
}
|
||||
.status[data-status="start analysis"] {
|
||||
background-color: #ffeb3b !important; /* ~materialize yellow */
|
||||
.status[data-status="complete"] {
|
||||
background-color: #4caf50 !important; /* ~materialize green */
|
||||
}
|
||||
.status[data-status="stopping"] {
|
||||
background-color: #ff5722 !important; /* ~materialize deep-orange */
|
||||
.status[data-status="prepared"] {
|
||||
background-color: #4caf50 !important; /* ~materialize green */
|
||||
}
|
||||
.status[data-status="start analysis"] {
|
||||
background-color: #2196f3 !important; /* ~materialize blue */
|
||||
}
|
||||
.status[data-status="analysing"] {
|
||||
background-color: #4caf50 !important; /* ~materialize green */
|
||||
}
|
||||
.status[data-status="stop analysis"] {
|
||||
background-color: #ff5722 !important; /* ~materialize deep-orange */
|
||||
}
|
||||
.status[data-status="submitted"] {
|
||||
background-color: #2196f3 !important; /* ~materialize blue */
|
||||
}
|
||||
.status[data-status="unprepared"] {
|
||||
background-color: #9e9e9e !important; /* ~materialize grey */
|
||||
}
|
||||
|
Reference in New Issue
Block a user