Skip to content

Commit

Permalink
Fix colors of spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
ochosi committed Feb 3, 2015
1 parent 06657ad commit 50c81ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gtk-3.0/apps/lightdm-unity-greeter.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@

.lightdm.entry:active {
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
animation: dashentry_spinner 1s infinite linear;
animation: dashentry_spinner 1s infinite linear;
}
2 changes: 1 addition & 1 deletion gtk-3.0/apps/unity.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@ UnityPanelWidget,
.menu IdoPlaybackMenuItem.menuitem:active {
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
animation: playbackmenuitem_spinner 1s infinite linear;
color: @selected_bg_color;
color: @theme_fg_color;
}
2 changes: 1 addition & 1 deletion gtk-3.0/gtk-widgets.css
Original file line number Diff line number Diff line change
Expand Up @@ -2267,7 +2267,7 @@ GtkComboBox .separator {

.spinner {
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
color: @selected_bg_color;
color: @theme_fg_color;
opacity: 0;
}

Expand Down

0 comments on commit 50c81ce

Please sign in to comment.