mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 09:54:14 +02:00
[ui][theme][light]: improving task running font weight
This commit is contained in:
@@ -145,6 +145,10 @@ PreparePanel QTableWidget#tasks {
|
|||||||
background-color: @task.background.color;
|
background-color: @task.background.color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
PreparePanel QLabel#task_status[status = "running"], QLabel#task_progress[status = "running"] {
|
||||||
|
font-weight: 525;
|
||||||
|
}
|
||||||
|
|
||||||
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