Skip to content

Commit

Permalink
Apply loading & disabled styles to #add-button
Browse files Browse the repository at this point in the history
git-svn-id: http://yourls.googlecode.com/svn/trunk@685 12232710-3e20-11de-b438-597f59cd7555
  • Loading branch information
ozh committed Aug 31, 2011
1 parent 2e106c6 commit b3410e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,11 @@ td.actions .button:active {
td.actions .button:hover {
text-decoration:none;
}
td.actions .button.disabled {
td.actions .button.disabled, #add-button.disabled {
border:1px solid #333;
background:#ccc;
}
td.actions .button.loading {
td.actions .button.loading, #add-button.loading {
background:#cc7 url(../images/loading.gif) center center no-repeat;
color:#cc7;
}
Expand Down

0 comments on commit b3410e1

Please sign in to comment.