mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-17 02:25:45 +01:00
Apply CSS to the correct config.styleableChrome window.
This commit is contained in:
@@ -44,10 +44,10 @@ const config = { //{{{
|
|||||||
//get visualbellWindow() getBrowser().mPanelContainer,
|
//get visualbellWindow() getBrowser().mPanelContainer,
|
||||||
get isPlayerWindow() gBrowser.mCurrentTab._tPos == 0,
|
get isPlayerWindow() gBrowser.mCurrentTab._tPos == 0,
|
||||||
// focusContent() focuses this widget gSongbirdWindowController takes care of the focus.
|
// focusContent() focuses this widget gSongbirdWindowController takes care of the focus.
|
||||||
get mainWindowID() "mainplayer",
|
get mainWindowID() "mainplayer",
|
||||||
get visualbellWindow() document.getElementById(this.mainWindowID),
|
get visualbellWindow() document.getElementById(this.mainWindowID),
|
||||||
|
|
||||||
styleableChrome: "chrome://songbird/content/xul/layoutBaseOverlay.xul",
|
styleableChrome: "chrome://gonzo/content/xul/mainplayer.xul",
|
||||||
|
|
||||||
autocommands: [["BookmarkAdd", "Triggered after a page is bookmarked"],
|
autocommands: [["BookmarkAdd", "Triggered after a page is bookmarked"],
|
||||||
["ColorScheme", "Triggered after a color scheme has been loaded"],
|
["ColorScheme", "Triggered after a color scheme has been loaded"],
|
||||||
|
|||||||
Reference in New Issue
Block a user