1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-09-28 14:00:44 +00:00

add workaround for progressbar in ubuntu-software-center

This commit is contained in:
Horst3180 2015-10-04 12:50:35 +02:00
parent 15936ec9d3
commit be882ef214
21 changed files with 81 additions and 60 deletions

View File

@ -1396,14 +1396,15 @@ GtkTreeView.view {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px; }
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294E2); }
GtkTreeView.view.progressbar:selected {
color: #5294E2;
box-shadow: none;
background-color: #ffffff; }
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
color: #D3DAE3;
background-color: #2b2e39;
background-image: linear-gradient(to bottom, #2b2e39);
border-radius: 3px;
border-width: 0; }

View File

@ -1399,14 +1399,15 @@ GtkTreeView.view {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px; }
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294E2); }
GtkTreeView.view.progressbar:selected {
color: #5294E2;
box-shadow: none;
background-color: #ffffff; }
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
color: #5c616c;
background-color: #cfd6e6;
background-image: linear-gradient(to bottom, #cfd6e6);
border-radius: 3px;
border-width: 0; }

View File

@ -1396,14 +1396,15 @@ GtkTreeView.view {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px; }
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294E2); }
GtkTreeView.view.progressbar:selected {
color: #5294E2;
box-shadow: none;
background-color: #ffffff; }
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
color: #D3DAE3;
background-color: #2b2e39;
background-image: linear-gradient(to bottom, #2b2e39);
border-radius: 3px;
border-width: 0; }

View File

@ -1399,14 +1399,15 @@ GtkTreeView.view {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px; }
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294E2); }
GtkTreeView.view.progressbar:selected {
color: #5294E2;
box-shadow: none;
background-color: #ffffff; }
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
color: #5c616c;
background-color: #cfd6e6;
background-image: linear-gradient(to bottom, #cfd6e6);
border-radius: 3px;
border-width: 0; }

View File

@ -1399,14 +1399,15 @@ GtkTreeView.view {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px; }
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294E2); }
GtkTreeView.view.progressbar:selected {
color: #5294E2;
box-shadow: none;
background-color: #ffffff; }
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
color: #5c616c;
background-color: #cfd6e6;
background-image: linear-gradient(to bottom, #cfd6e6);
border-radius: 3px;
border-width: 0; }

View File

@ -1399,14 +1399,15 @@ GtkTreeView.view {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px; }
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294E2); }
GtkTreeView.view.progressbar:selected {
color: #5294E2;
box-shadow: none;
background-color: #ffffff; }
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
color: #5c616c;
background-color: #cfd6e6;
background-image: linear-gradient(to bottom, #cfd6e6);
border-radius: 3px;
border-width: 0; }

View File

@ -1481,16 +1481,17 @@ GtkTreeView.view { // treeview grid lines a
&.progressbar { // progress bar in treeviews
color: $selected_fg_color;
border-radius: 3px;
background-image: linear-gradient(to bottom, $selected_bg_color);
&:selected {
color: $selected_bg_color;
box-shadow: none;
background-color: $selected_fg_color;
background-image: linear-gradient(to bottom, $selected_fg_color);
}
}
&.trough, &.trough:selected { // progress bar trough in treeviews
color: $fg_color;
background-color: $button_border;
background-image: linear-gradient(to bottom, $button_border);
border-radius: 3px;
border-width: 0;
}

View File

@ -1402,14 +1402,15 @@ GtkTreeView.view {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px; }
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294E2); }
GtkTreeView.view.progressbar:selected {
color: #5294E2;
box-shadow: none;
background-color: #ffffff; }
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
color: #D3DAE3;
background-color: #2b2e39;
background-image: linear-gradient(to bottom, #2b2e39);
border-radius: 3px;
border-width: 0; }

View File

@ -1405,14 +1405,15 @@ GtkTreeView.view {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px; }
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294E2); }
GtkTreeView.view.progressbar:selected {
color: #5294E2;
box-shadow: none;
background-color: #ffffff; }
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
color: #5c616c;
background-color: #cfd6e6;
background-image: linear-gradient(to bottom, #cfd6e6);
border-radius: 3px;
border-width: 0; }

View File

@ -1402,14 +1402,15 @@ GtkTreeView.view {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px; }
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294E2); }
GtkTreeView.view.progressbar:selected {
color: #5294E2;
box-shadow: none;
background-color: #ffffff; }
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
color: #D3DAE3;
background-color: #2b2e39;
background-image: linear-gradient(to bottom, #2b2e39);
border-radius: 3px;
border-width: 0; }

View File

@ -1405,14 +1405,15 @@ GtkTreeView.view {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px; }
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294E2); }
GtkTreeView.view.progressbar:selected {
color: #5294E2;
box-shadow: none;
background-color: #ffffff; }
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
color: #5c616c;
background-color: #cfd6e6;
background-image: linear-gradient(to bottom, #cfd6e6);
border-radius: 3px;
border-width: 0; }

View File

@ -1405,14 +1405,15 @@ GtkTreeView.view {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px; }
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294E2); }
GtkTreeView.view.progressbar:selected {
color: #5294E2;
box-shadow: none;
background-color: #ffffff; }
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
color: #5c616c;
background-color: #cfd6e6;
background-image: linear-gradient(to bottom, #cfd6e6);
border-radius: 3px;
border-width: 0; }

View File

@ -1405,14 +1405,15 @@ GtkTreeView.view {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px; }
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294E2); }
GtkTreeView.view.progressbar:selected {
color: #5294E2;
box-shadow: none;
background-color: #ffffff; }
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
color: #5c616c;
background-color: #cfd6e6;
background-image: linear-gradient(to bottom, #cfd6e6);
border-radius: 3px;
border-width: 0; }

View File

@ -1495,16 +1495,17 @@ GtkTreeView.view { // treeview grid lines a
&.progressbar { // progress bar in treeviews
color: $selected_fg_color;
border-radius: 3px;
background-image: linear-gradient(to bottom, $selected_bg_color);
&:selected {
color: $selected_bg_color;
box-shadow: none;
background-color: $selected_fg_color;
background-image: linear-gradient(to bottom, $selected_fg_color);
}
}
&.trough, &.trough:selected { // progress bar trough in treeviews
color: $fg_color;
background-color: $button_border;
background-image: linear-gradient(to bottom, $button_border);
border-radius: 3px;
border-width: 0;
}

View File

@ -1540,14 +1540,15 @@ GtkTreeView.view {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px; }
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294E2); }
GtkTreeView.view.progressbar:selected {
color: #5294E2;
box-shadow: none;
background-color: #ffffff; }
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
color: #D3DAE3;
background-color: #2b2e39;
background-image: linear-gradient(to bottom, #2b2e39);
border-radius: 3px;
border-width: 0; }

View File

@ -1543,14 +1543,15 @@ GtkTreeView.view {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px; }
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294E2); }
GtkTreeView.view.progressbar:selected {
color: #5294E2;
box-shadow: none;
background-color: #ffffff; }
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
color: #5c616c;
background-color: #cfd6e6;
background-image: linear-gradient(to bottom, #cfd6e6);
border-radius: 3px;
border-width: 0; }

View File

@ -1540,14 +1540,15 @@ GtkTreeView.view {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px; }
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294E2); }
GtkTreeView.view.progressbar:selected {
color: #5294E2;
box-shadow: none;
background-color: #ffffff; }
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
color: #D3DAE3;
background-color: #2b2e39;
background-image: linear-gradient(to bottom, #2b2e39);
border-radius: 3px;
border-width: 0; }

View File

@ -1543,14 +1543,15 @@ GtkTreeView.view {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px; }
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294E2); }
GtkTreeView.view.progressbar:selected {
color: #5294E2;
box-shadow: none;
background-color: #ffffff; }
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
color: #5c616c;
background-color: #cfd6e6;
background-image: linear-gradient(to bottom, #cfd6e6);
border-radius: 3px;
border-width: 0; }

View File

@ -1547,14 +1547,15 @@ GtkTreeView.view {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px; }
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294E2); }
GtkTreeView.view.progressbar:selected {
color: #5294E2;
box-shadow: none;
background-color: #ffffff; }
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
color: #5c616c;
background-color: #cfd6e6;
background-image: linear-gradient(to bottom, #cfd6e6);
border-radius: 3px;
border-width: 0; }

View File

@ -1547,14 +1547,15 @@ GtkTreeView.view {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px; }
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294E2); }
GtkTreeView.view.progressbar:selected {
color: #5294E2;
box-shadow: none;
background-color: #ffffff; }
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
color: #5c616c;
background-color: #cfd6e6;
background-image: linear-gradient(to bottom, #cfd6e6);
border-radius: 3px;
border-width: 0; }

View File

@ -1594,16 +1594,17 @@ GtkTreeView.view { // treeview grid lines a
&.progressbar { // progress bar in treeviews
color: $selected_fg_color;
border-radius: 3px;
background-image: linear-gradient(to bottom, $selected_bg_color);
&:selected {
color: $selected_bg_color;
box-shadow: none;
background-color: $selected_fg_color;
background-image: linear-gradient(to bottom, $selected_fg_color);
}
}
&.trough, &.trough:selected { // progress bar trough in treeviews
color: $fg_color;
background-color: $button_border;
background-image: linear-gradient(to bottom, $button_border);
border-radius: 3px;
border-width: 0;
}