mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Fix paused progressbar in transmission
This commit is contained in:
@@ -1115,12 +1115,18 @@ GtkProgressBar {
|
||||
border-style: solid;
|
||||
border-color: shade(@theme_selected_bg_color, 0.9);
|
||||
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 {
|
||||
background-color: @theme_selected_bg_color;
|
||||
background-image: none;
|
||||
background-image: linear-gradient(to right,
|
||||
@theme_selected_bg_color,
|
||||
@theme_selected_bg_color
|
||||
);
|
||||
}
|
||||
|
||||
.trough,
|
||||
|
||||
Reference in New Issue
Block a user