Skip to content

Commit

Permalink
MINOR Added custom save indicator for constructive buttons (green bac…
Browse files Browse the repository at this point in the history
…kground on animated gif)
  • Loading branch information
chillu committed Mar 12, 2012
1 parent d8a5db4 commit 849b26d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions admin/css/screen.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions admin/scss/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,14 @@ form.small .field, .field.small {
cursor: default;
}

input.loading, button.loading {
&.ss-ui-action-constructive {
.ui-icon {
background: transparent url(../../images/network-save-constructive.gif) no-repeat 0 0;
}
}
}

.ss-ui-button {

&.buttonset {
Expand Down
Binary file added images/network-save-constructive.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 849b26d

Please sign in to comment.