Skip to content
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.

Commit

Permalink
Fix #56, missing icons
Browse files Browse the repository at this point in the history
  • Loading branch information
darktrojan committed Aug 27, 2014
1 parent d64924f commit 2115e29
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions skin/linux/fx-newTab.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
height: 16px;
padding: 0;
border: none;
background: -216px 0 transparent url(chrome://browser/skin/newtab/controls.png);
background: -216px 0 transparent url(chrome://newtabtools/skin/controls.png);
}

#newtab-toggle[page-disabled] {
Expand Down Expand Up @@ -147,7 +147,7 @@
height: 24px;
padding: 1px 2px 3px;
border: none;
background: transparent url(chrome://browser/skin/newtab/controls.png);
background: transparent url(chrome://newtabtools/skin/controls.png);
}

.newtab-control-pin:hover {
Expand Down
8 changes: 4 additions & 4 deletions skin/osx/fx-newTab.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
height: 16px;
padding: 0;
border: none;
background: -216px 0 transparent url(chrome://browser/skin/newtab/controls.png);
background: -216px 0 transparent url(chrome://newtabtools/skin/controls.png);
}

#newtab-toggle[page-disabled] {
Expand All @@ -76,7 +76,7 @@

@media (min-resolution: 2dppx) {
#newtab-toggle {
background-image: url(chrome://browser/skin/newtab/[email protected]);
background-image: url(chrome://newtabtools/skin/[email protected]);
background-size: 248px;
}
}
Expand Down Expand Up @@ -151,12 +151,12 @@
height: 24px;
padding: 1px 2px 3px;
border: none;
background: transparent url(chrome://browser/skin/newtab/controls.png);
background: transparent url(chrome://newtabtools/skin/controls.png);
}

@media (min-resolution: 2dppx) {
.newtab-control {
background-image: url(chrome://browser/skin/newtab/[email protected]);
background-image: url(chrome://newtabtools/skin/[email protected]);
background-size: 248px;
}
}
Expand Down
4 changes: 2 additions & 2 deletions skin/windows/fx-newTab.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
height: 16px;
padding: 0;
border: none;
background: -216px 0 transparent url(chrome://browser/skin/newtab/controls.png);
background: -216px 0 transparent url(chrome://newtabtools/skin/controls.png);
}

#newtab-toggle[page-disabled] {
Expand Down Expand Up @@ -150,7 +150,7 @@
height: 24px;
padding: 1px 2px 3px;
border: none;
background: transparent url(chrome://browser/skin/newtab/controls.png);
background: transparent url(chrome://newtabtools/skin/controls.png);
}

.newtab-control-pin:hover {
Expand Down

0 comments on commit 2115e29

Please sign in to comment.