Monday, October 18, 2010

Can You Use Dummy Phone For Parts?

background color of the ScrapBook sidebar

To the background of the ScrapBook (Plus) to change sidebar, the file must be adapted
userChrome.css.
These are found in each profile directory and can be used (with Firefox closed) with any editor such as Notepad to edit.
excerpt from the userChrome.css:
/ * *
Edit this file and copy it as userChrome.css into your
* profile-directory/chrome/
*/
/*
* This file can be used to customize the look of Mozilla's user interface
* You should consider using !important on rules which you want to
* override default settings.
*/
/*
* Do not remove the @namespace line -- it's required for correct functioning */
@namespace url("
http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul
");
/* set default namespace to XUL */ ...
    Um den Hintergrund zu ändern, müssen folgende Zeilen in die jeweilige
  • userChrome.css kopiert und angepaßt werden:
  • # sbTree
  • {background-color: # COLOR important;}

where color is the color you selected.
example of a light green background:
# sbTree { background-color: # CCFFCC important; }

0 comments:

Post a Comment