Fixing Bug 189 , adding icon in status bar in firefox
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@622 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
21
firefox-extension/content/svg-edit-overlay.css
Normal file
21
firefox-extension/content/svg-edit-overlay.css
Normal file
@@ -0,0 +1,21 @@
|
||||
#svg-edit-statusbar-button {
|
||||
list-style-image: url("chrome://svg-edit/content/editor/images/logo.png");
|
||||
display: -moz-box;
|
||||
/*-moz-image-region: rect(16px, 16px, 32px, 0px);*/
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
|
||||
}
|
||||
|
||||
#svg-edit-statusbar-button[state="active"] {
|
||||
list-style-image: url("chrome://svg-edit/content/editor/images/logo.png");
|
||||
-moz-image-region: rect(32px, 16px, 48px, 0px);
|
||||
}
|
||||
|
||||
#svg-edit-statusbar-button[state="error"] {
|
||||
list-style-image: url("chrome://svg-edit/content/editor/images/logo.png");
|
||||
-moz-image-region: rect(0px, 16px, 16px, 0px);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user