Skip to content

Commit

Permalink
Fix Selenium IDE icon not appearing on the toolbar for some users. Fi…
Browse files Browse the repository at this point in the history
…xes issue SeleniumHQ#5712
  • Loading branch information
samitbadle committed Oct 13, 2013
1 parent 7e373ab commit 5e9ea0e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions ide/main/src/skin/classic/toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,10 @@
list-style-image: url(chrome://selenium-ide/skin/selenium-ide-24.png);
}

toolbar[iconsize="small"] #selenium-ide-button > .toolbarbutton-icon {
toolbar[iconsize="small"] #selenium-ide-button {
list-style-image: url(chrome://selenium-ide/skin/selenium-ide-16.png);
width: 16px;
height: 16px;
}

toolbar[iconsize="large"] #selenium-ide-button > .toolbarbutton-icon {
toolbar[iconsize="large"] #selenium-ide-button {
list-style-image: url(chrome://selenium-ide/skin/selenium-ide-24.png);
width: 24px;
height: 24px;
}

0 comments on commit 5e9ea0e

Please sign in to comment.