
gtk-qt firefox workaround
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
You are using the gtk-qt engine to draw your gtk apps, and applied the firefox scrollbar fix but your scrollbar still looks like in screenshot[2] ?
Workaround:
RENAME:
/home/YOURUSERNAME/.mozilla/firefox/YOURRANDOM.default/chrome/userContent_example.css
TO:
/home/YOURUSERNAME/.mozilla/firefox/YOURRANDOM.default/chrome/userContent.css
AND ADD:
scrollbar slider
{
margin-left: -2px;
}
Now it should look like in screenshot[3] ! :-)
For a better understanding, at screenshot[1] i added:
scrollbar slider
{
border-left: 5px solid yellow;
}
Hopefully a useful tip...
CraigD
13 years ago
Report
Johey
13 years ago
Report