Mrrrr's Forum (VIEW ONLY)
Un forum care ofera solutii pentru unele probleme legate in general de PC. Pe langa solutii, aici puteti gasi si alte lucruri interesante // A forum that offers solutions to some PC related issues. Besides these, here you can find more interesting stuff.
|
Nou pe simpatie: oana89
 | Femeie 25 ani Bucuresti cauta Barbat 25 - 46 ani |
|
|
Mrrrr's Forum (VIEW ONLY)ReguliInregistrareLoginPozeNu sunteti logat. Lista Forumurilor Pe Tematici
|
| #1 |
TRaPModerator
Postari: 960
|
|
I have many folders in my bookmark bar and I want to highlight a couple of them to make them more visible on my dark theme.
Go to userChrome.css file located in:
| %USERPROFILE%\AppData\Roaming\Mozilla\Firefox\Profiles\PROFILE.NAME\chrome |
Besides the following line:
| @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */ |
it should contain something like:
#PlacesToolbarItems > .bookmark-item[container][label="STUDY!" i] {background-color: #FF0000 !important; color: #FFFFFF;} #PlacesToolbarItems > .bookmark-item[container][label="Taxonomy" i] {background-color: #BFFF00 !important; color: #000000;} |
Color sub-folders in bookmark bar folders:
#PlacesToolbarItems > .bookmark-item[container][label="Taxonomy" i] menu { background-color: #FF0000 !important; color: #FFFFFF; } |
Color first folder after the 3rd separator:
/* https://www.reddit.com/r/FirefoxCSS/comments/102ha4o/bookmark_folders_with_changing_colors_disrupted/ 2n+1 */ #PlacesToolbarItems > toolbarseparator:nth-of-type(3) + .bookmark-item > .toolbarbutton-icon { fill: red !important; } |
Source: https://support.mozilla.org/bm/questions/1362886
To style subfolders: https://superuser.com/questions/373431/ ... ks-toolbar
|
|
| |
|
| #2 |
TRaPModerator
Postari: 960
|
|
|
| |
|
| #3 |
TRaPModerator
Postari: 960
|
|
|
| |
|
| #4 |
TRaPModerator
Postari: 960
|
|
/*** Remove items from image context menu ***/
/* Email Image... */ #context-sendimage,
/* Set Image as Desktop Background... (and preceding separator) */ #context-sep-setbackground, #context-setDesktopBackground,
/* Inspect Accessibility Properties */ #context-inspect-a11y { display: none !important; } |
|
|
| |
|