mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 16:44:15 +02:00
[ui][theme] light: changing running tasks style
This commit is contained in:
@@ -145,10 +145,6 @@ PreparePanel QTableWidget#tasks {
|
|||||||
background-color: @task.background.color;
|
background-color: @task.background.color;
|
||||||
}
|
}
|
||||||
|
|
||||||
PreparePanel QLabel#task_status[status = "running"], QLabel#task_progress[status = "running"], QLabel#task_substatus {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
PreparePanel QLabel#task_status[status = "done"], QLabel#task_progress[status = "done"] {
|
PreparePanel QLabel#task_status[status = "done"], QLabel#task_progress[status = "done"] {
|
||||||
color: @task.done.color;
|
color: @task.done.color;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user