mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-06 16:45:46 +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 isPlayerWindow() gBrowser.mCurrentTab._tPos == 0,
|
||||
// focusContent() focuses this widget gSongbirdWindowController takes care of the focus.
|
||||
get mainWindowID() "mainplayer",
|
||||
get mainWindowID() "mainplayer",
|
||||
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"],
|
||||
["ColorScheme", "Triggered after a color scheme has been loaded"],
|
||||
|
||||
Reference in New Issue
Block a user