Fix paused progressbar in transmission

pull/94/head
Satyajit Sahoo 2013-11-22 19:40:14 +05:30
parent fe77c580a7
commit 6308050ea4
1 changed files with 8 additions and 2 deletions

View File

@ -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,