Commit 8fe5b9df95fa2a867d5594bd72376e72580e5b5c
1 parent
a138ce29
Exists in
master
and in
29 other branches
ActionItem358: setinha vermelha
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1756 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
app/helpers/application_helper.rb
@@ -465,7 +465,7 @@ module ApplicationHelper | @@ -465,7 +465,7 @@ module ApplicationHelper | ||
465 | if ( div.style.display == "none" ) { | 465 | if ( div.style.display == "none" ) { |
466 | this.link.className="button icon-button icon-down" | 466 | this.link.className="button icon-button icon-down" |
467 | } else { | 467 | } else { |
468 | - this.link.className="button icon-button icon-up" | 468 | + this.link.className="button icon-button icon-up-red" |
469 | } | 469 | } |
470 | } | 470 | } |
471 | Effect.toggle( div, "slide", { link:link, div:div, afterFinish:end } ) | 471 | Effect.toggle( div, "slide", { link:link, div:div, afterFinish:end } ) |
public/designs/icons/default/style.css
@@ -15,6 +15,7 @@ | @@ -15,6 +15,7 @@ | ||
15 | .icon-next { background-image: url(gtk-media-next-ltr.png) } | 15 | .icon-next { background-image: url(gtk-media-next-ltr.png) } |
16 | .icon-add { background-image: url(add-HC.gif) } | 16 | .icon-add { background-image: url(add-HC.gif) } |
17 | .icon-up { background-image: url(go-up-HC.gif) } | 17 | .icon-up { background-image: url(go-up-HC.gif) } |
18 | +.icon-up-red { background-image: url(go-up-red-HC.gif) } | ||
18 | .icon-down { background-image: url(go-down-HC.gif) } | 19 | .icon-down { background-image: url(go-down-HC.gif) } |
19 | .icon-search { background-image: url(search-HC.gif) } | 20 | .icon-search { background-image: url(search-HC.gif) } |
20 | .icon-ok { background-image: url(ok-HC.gif) } | 21 | .icon-ok { background-image: url(ok-HC.gif) } |