forked from BrowserWorks/Waterfox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backed out changeset c4376773f9cd (bug 1377184) for failing browser-c…
…hrome's browser_startup_images.js: chevron.svg should have been shown. r=backout
- Loading branch information
1 parent
826714b
commit e99c254
Showing
16 changed files
with
128 additions
and
28 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 |
---|---|---|
|
@@ -87,8 +87,14 @@ const whitelist = [ | |
}, | ||
|
||
{ | ||
file: "chrome://global/skin/toolbar/chevron.svg", | ||
platforms: ["win", "linux", "macosx"], | ||
file: "chrome://global/skin/icons/chevron.png", | ||
hidpi: "chrome://global/skin/icons/[email protected]", | ||
platforms: ["macosx"], | ||
}, | ||
|
||
{ | ||
file: "chrome://global/skin/toolbar/chevron.gif", | ||
platforms: ["win", "linux"], | ||
}, | ||
|
||
{ | ||
|
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 |
---|---|---|
|
@@ -195,6 +195,38 @@ | |
-moz-box-align: center; | ||
} | ||
|
||
toolbarbutton.chevron { | ||
list-style-image: url("chrome://global/skin/icons/chevron.png"); | ||
margin: 1px 0 0; | ||
padding: 0; | ||
} | ||
|
||
toolbar[brighttext] toolbarbutton.chevron { | ||
list-style-image: url("chrome://global/skin/icons/chevron-inverted.png"); | ||
} | ||
|
||
toolbarbutton.chevron > .toolbarbutton-text { | ||
display: none; | ||
} | ||
|
||
toolbarbutton.chevron:-moz-locale-dir(rtl) > .toolbarbutton-icon { | ||
transform: scaleX(-1); | ||
} | ||
|
||
@media (min-resolution: 2dppx) { | ||
toolbarbutton.chevron { | ||
list-style-image: url("chrome://global/skin/icons/[email protected]"); | ||
} | ||
|
||
toolbar[brighttext] toolbarbutton.chevron { | ||
list-style-image: url("chrome://global/skin/icons/[email protected]"); | ||
} | ||
|
||
toolbarbutton.chevron > .toolbarbutton-icon { | ||
width: 13px; | ||
} | ||
} | ||
|
||
/* ----- BOOKMARK BUTTONS ----- */ | ||
|
||
.bookmark-item[container] { | ||
|
@@ -1040,6 +1072,10 @@ html|span.ac-emphasize-text-url { | |
text-shadow: none; | ||
} | ||
|
||
toolbarbutton.chevron > .toolbarbutton-menu-dropmarker { | ||
display: none; | ||
} | ||
|
||
.bookmark-item { | ||
list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.svg"); | ||
} | ||
|
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -75,6 +75,10 @@ toolkit.jar: | |
skin/classic/global/icons/autoscroll.png (icons/autoscroll.png) | ||
skin/classic/global/icons/blacklist_favicon.png (icons/blacklist_favicon.png) | ||
skin/classic/global/icons/blacklist_64.png (icons/blacklist_64.png) | ||
skin/classic/global/icons/chevron.png (icons/chevron.png) | ||
skin/classic/global/icons/chevron-inverted.png (icons/chevron-inverted.png) | ||
skin/classic/global/icons/[email protected] (icons/[email protected]) | ||
skin/classic/global/icons/[email protected] (icons/[email protected]) | ||
skin/classic/global/icons/glyph-dropdown.png (icons/glyph-dropdown.png) | ||
skin/classic/global/icons/[email protected] (icons/[email protected]) | ||
skin/classic/global/icons/menulist-dropmarker.png (icons/menulist-dropmarker.png) | ||
|
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.