Skip to content

Commit

Permalink
Replaced PNG icons by SVG icons in preparation for a better resized
Browse files Browse the repository at this point in the history
display
  • Loading branch information
SebastianZ committed May 18, 2012
1 parent 0c933c8 commit cd22d8e
Show file tree
Hide file tree
Showing 12 changed files with 172 additions and 6 deletions.
2 changes: 1 addition & 1 deletion extension/content/firebug/firefox/browserOverlay.css
Expand Up @@ -104,7 +104,7 @@
}

#fbStatusBar[showErrors] #fbStatusIcon {
list-style-image: url(chrome://firebug/skin/errorIcon.png);
list-style-image: url(chrome://firebug/skin/error.svg);
}

#fbStatusIcon {
Expand Down
6 changes: 3 additions & 3 deletions extension/skin/classic/console.css
Expand Up @@ -97,18 +97,18 @@
}

.logRow-info {
background-image: url(chrome://firebug/skin/infoIcon.png);
background-image: url(chrome://firebug/skin/info.svg);
}

.logRow-warn,
.logRow-warningMessage {
background-image: url(chrome://firebug/skin/warningIcon.png);
background-image: url(chrome://firebug/skin/warning.svg);
}

.logRow-error,
.logRow-assert,
.logRow-errorMessage {
background-image: url(chrome://firebug/skin/errorIcon.png);
background-image: url(chrome://firebug/skin/error.svg);
}

/*****************************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion extension/skin/classic/dom.css
Expand Up @@ -195,7 +195,7 @@

.domTable .objectBox-errorMessage {
padding: 0 0 0 18px;
background: url(chrome://firebug/skin/errorIcon-sm.png) no-repeat 0 0;
background: url(chrome://firebug/skin/errorSmall.svg) no-repeat 0 0;
color: red;
}

Expand Down
40 changes: 40 additions & 0 deletions extension/skin/classic/error.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed extension/skin/classic/errorIcon-sm.png
Binary file not shown.
Binary file removed extension/skin/classic/errorIcon.png
Binary file not shown.
40 changes: 40 additions & 0 deletions extension/skin/classic/errorSmall.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions extension/skin/classic/info.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed extension/skin/classic/infoIcon.png
Binary file not shown.
2 changes: 1 addition & 1 deletion extension/skin/classic/net.css
Expand Up @@ -764,7 +764,7 @@ body[resizingHtmlPreview="true"] .netInfoHtmlPreview {
}

.netActivationLabel {
background: url(chrome://firebug/skin/infoIcon.png) no-repeat 3px 2px;
background: url(chrome://firebug/skin/info.svg) no-repeat 3px 2px;
padding-left: 22px;
}

Expand Down
48 changes: 48 additions & 0 deletions extension/skin/classic/warning.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed extension/skin/classic/warningIcon.png
Binary file not shown.

0 comments on commit cd22d8e

Please sign in to comment.