mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 23:34:17 +02:00
improvement -> all suported types now display a 'Checking configuration file' task during the initialization process
This commit is contained in:
@@ -238,7 +238,7 @@ PreparePanel QTableWidget#tasks {
|
||||
background-color: @inner_widget.background.color;
|
||||
}
|
||||
|
||||
PreparePanel QLabel#task_status[status = "done"], QLabel#task_progress[status = "done"] {
|
||||
PreparePanel QLabel#task_status[status = "done"], PreparePanel QLabel#task_progress[status = "done"], PreparePanel QLabel#task_substatus[status = "done"] {
|
||||
color: @task.done.color;
|
||||
}
|
||||
|
||||
|
||||
@@ -219,7 +219,7 @@ PreparePanel QPushButton#bt_hide_details {
|
||||
background: none;
|
||||
}
|
||||
|
||||
PreparePanel QLabel#task_status[status = "done"], QLabel#task_progress[status = "done"] {
|
||||
PreparePanel QLabel#task_status[status = "done"], PreparePanel QLabel#task_progress[status = "done"], PreparePanel QLabel#task_substatus[status = "done"] {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
|
||||
@@ -145,11 +145,11 @@ PreparePanel QTableWidget#tasks {
|
||||
background-color: @task.background.color;
|
||||
}
|
||||
|
||||
PreparePanel QLabel#task_status[status = "running"], QLabel#task_progress[status = "running"] {
|
||||
PreparePanel QLabel#task_status[status = "running"], PreparePanel 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"], PreparePanel QLabel#task_progress[status = "done"], PreparePanel QLabel#task_substatus[status = "done"] {
|
||||
color: @task.done.color;
|
||||
}
|
||||
|
||||
|
||||
@@ -195,7 +195,7 @@ PreparePanel QLabel#task_status[status = "running"], QLabel#task_progress[status
|
||||
color: @task.running.color;
|
||||
}
|
||||
|
||||
PreparePanel QLabel#task_status[status = "done"], QLabel#task_progress[status = "done"] {
|
||||
PreparePanel QLabel#task_status[status = "done"], PreparePanel QLabel#task_progress[status = "done"], PreparePanel QLabel#task_substatus[status = "done"]{
|
||||
color: @task.done.color;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user