Fix paused progressbar in transmission
parent
fe77c580a7
commit
6308050ea4
|
@ -1115,12 +1115,18 @@ GtkProgressBar {
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: shade(@theme_selected_bg_color, 0.9);
|
border-color: shade(@theme_selected_bg_color, 0.9);
|
||||||
background-color: @theme_selected_bg_color;
|
background-color: @theme_selected_bg_color;
|
||||||
background-image: none;
|
background-image: linear-gradient(to bottom,
|
||||||
|
@theme_selected_bg_color,
|
||||||
|
@theme_selected_bg_color
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
.progressbar.vertical {
|
.progressbar.vertical {
|
||||||
background-color: @theme_selected_bg_color;
|
background-color: @theme_selected_bg_color;
|
||||||
background-image: none;
|
background-image: linear-gradient(to right,
|
||||||
|
@theme_selected_bg_color,
|
||||||
|
@theme_selected_bg_color
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
.trough,
|
.trough,
|
||||||
|
|
Loading…
Reference in New Issue