This repository has been archived by the owner on Dec 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d64924f
commit 2115e29
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] { | ||
|
@@ -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; | ||
} | ||
} | ||
|
@@ -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; | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters