mirror of
https://github.com/transmission/transmission
synced 2025-01-30 19:03:04 +00:00
feat: p\Progress bar colour changes (#5906)
This commit is contained in:
parent
76521a1751
commit
966756ed4b
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
@define-color tr_transfer_down_color steelblue;
|
||||
@define-color tr_transfer_up_color forestgreen;
|
||||
@define-color tr_transfer_idle_color silver;
|
||||
@define-color tr_error_color red;
|
||||
@define-color tr_transfer_down_color #5379a9;
|
||||
@define-color tr_transfer_up_color #26a955;
|
||||
@define-color tr_transfer_idle_color #636363;
|
||||
@define-color tr_error_color #ff453a;
|
||||
|
||||
.tr-workarea.frame {
|
||||
border-left-width: 0;
|
||||
|
|
Loading…
Reference in a new issue