commit/galaxy-central: jgoecks: Trackster: use hammer for tool icon instead of toolbox.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/f89751a01107/ changeset: f89751a01107 user: jgoecks date: 2012-03-18 19:42:04 summary: Trackster: use hammer for tool icon instead of toolbox. affected #: 3 files diff -r 4d446332535159d19dd8afde49324fbbac981bc5 -r f89751a0110713afb868caf72c80fc75890509bb static/june_2007_style/blue/trackster.css --- a/static/june_2007_style/blue/trackster.css +++ b/static/june_2007_style/blue/trackster.css @@ -72,6 +72,8 @@ .settings-icon:hover{background:transparent url(../images/fugue/gear.png) no-repeat;} .overview-icon{background:transparent url(../images/fugue/application-dock-270-bw.png) no-repeat;} .overview-icon:hover{background:transparent url(../images/fugue/application-dock-270.png) no-repeat;} +.hammer{background:transparent url(../images/fugue/hammer-bw.png) no-repeat;} +.hammer:hover{background:transparent url(../images/fugue/hammer.png) no-repeat;} .toolbox{background:transparent url(../images/fugue/toolbox-bw.png) no-repeat;} .toolbox:hover{background:transparent url(../images/fugue/toolbox.png) no-repeat;} .filters-icon{background:transparent url(../images/fugue/ui-slider-050-bw.png) no-repeat;} diff -r 4d446332535159d19dd8afde49324fbbac981bc5 -r f89751a0110713afb868caf72c80fc75890509bb static/june_2007_style/trackster.css.tmpl --- a/static/june_2007_style/trackster.css.tmpl +++ b/static/june_2007_style/trackster.css.tmpl @@ -369,7 +369,12 @@ .overview-icon:hover { background:transparent url(../images/fugue/application-dock-270.png) no-repeat; } - +.hammer { + background: transparent url(../images/fugue/hammer-bw.png) no-repeat; +} +.hammer:hover { + background: transparent url(../images/fugue/hammer.png) no-repeat; +} .toolbox { background: transparent url(../images/fugue/toolbox-bw.png) no-repeat; } diff -r 4d446332535159d19dd8afde49324fbbac981bc5 -r f89751a0110713afb868caf72c80fc75890509bb static/scripts/trackster.js --- a/static/scripts/trackster.js +++ b/static/scripts/trackster.js @@ -3209,8 +3209,8 @@ // Toggle track tool. { name: "tools_icon", - title: "Tools", - css_class: "toolbox", + title: "Tool", + css_class: "hammer", on_click_fn: function(track) { // TODO: update tipsy text. Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket