commit/galaxy-central: jgoecks: Small fixes for Trackster icons
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/04d40a6eca75/ changeset: 04d40a6eca75 user: jgoecks date: 2012-04-10 15:28:07 summary: Small fixes for Trackster icons affected #: 2 files diff -r e5182b8038e8618529594dea85bc3f304e51a11c -r 04d40a6eca75a9585a874736d799b5bc9869b289 static/june_2007_style/blue/trackster.css --- a/static/june_2007_style/blue/trackster.css +++ b/static/june_2007_style/blue/trackster.css @@ -80,6 +80,10 @@ .filters-icon:hover{background:transparent url(../images/fugue/ui-slider-050.png) no-repeat;} .remove-icon,.overview-close{background:transparent url(../images/fugue/cross-small-bw.png) no-repeat;} .icon-button.remove-icon:hover,.overview-close:hover{background:transparent url(../images/fugue/cross-circle.png) no-repeat;} +.icon-button.toggle{background:transparent url(../images/fugue/toggle-bw.png) no-repeat;margin-right:0px;} +.icon-button.toggle:hover{background:transparent url(../images/fugue/toggle.png) no-repeat;} +.icon-button.toggle-expand{background:transparent url(../images/fugue/toggle-expand-bw.png) no-repeat;margin-right:0px;} +.icon-button.toggle-expand:hover{background:transparent url(../images/fugue/toggle-expand.png) no-repeat;} .icon-button.cross-circle{background:transparent url(../images/fugue/cross-circle-bw.png) no-repeat;margin-right:0px;} .icon-button.cross-circle:hover{background:transparent url(../images/fugue/cross-circle.png) no-repeat;} .icon-button.plus-button{background:transparent url(../images/fugue/plus-button-bw.png) no-repeat;} diff -r e5182b8038e8618529594dea85bc3f304e51a11c -r 04d40a6eca75a9585a874736d799b5bc9869b289 static/june_2007_style/trackster.css.tmpl --- a/static/june_2007_style/trackster.css.tmpl +++ b/static/june_2007_style/trackster.css.tmpl @@ -393,6 +393,18 @@ .icon-button.remove-icon:hover, .overview-close:hover { background: transparent url(../images/fugue/cross-circle.png) no-repeat; } +.icon-button.toggle { + background: transparent url(../images/fugue/toggle-bw.png) no-repeat;margin-right:0px; +} +.icon-button.toggle:hover { + background: transparent url(../images/fugue/toggle.png) no-repeat; +} +.icon-button.toggle-expand { + background: transparent url(../images/fugue/toggle-expand-bw.png) no-repeat;margin-right:0px; +} +.icon-button.toggle-expand:hover { + background: transparent url(../images/fugue/toggle-expand.png) no-repeat; +} .icon-button.cross-circle { background: transparent url(../images/fugue/cross-circle-bw.png) no-repeat;margin-right:0px; } 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