You are not logged in.
I haven't found this specific issue on the forums, so apologies if it has already been posted.
The about:config page is unreadable when using any dark theme that I have tried. The css is a bit obscure, but I found this fix online: Add the following to ~/.mozilla/firefox/xxxxxxxx.default/chrome/userContent.css, then restart the browser
/* background colours of about:config */
@-moz-document url(about:config){
treechildren::-moz-tree-row(even) { background-color: #DDD!important; }
treechildren::-moz-tree-row(odd) { background-color: #EEE!important; }
treechildren::-moz-tree-row(selected) { background-color: #07B!important; }
}
BunsenLabs Group on deviantArt
damo's gallery on deviantArt
Openbox themes
Forum Moderator
Offline
Thanks for posting that code. I used it and code I picked up from https://userstyles.org/styles/113365/about-the-darkness to make up this stylesheet:
@-moz-document url("about:config") {
#config { background: #1A1F24; color: #BDC3C7; }
textbox { background: #1c2126; color: #BDC3C7; border-color: #6C7A89; }
tree { border: 1px solid #1c2126; }
treecol:not([hideheader="true"]), treecolpicker { -moz-appearance: none; border: none; background-color: #39424d; color: #BDC3C7; }
treecol:not([hideheader="true"]):not([sortable="false"]):hover, treecolpicker:hover { background-color: #0c2126; color: #BDC3C7; }
treechildren::-moz-tree-row(even) { background-color: #666!important; }
treechildren::-moz-tree-row(odd) { background-color: #777!important; }
treechildren::-moz-tree-row(selected) { background-color: #888!important; }
treechildren::-moz-tree-cell-text(selected) { color: #000000 !important; }
}
Offline
^ thanks, i had noticed that too.
seems they changed some css classes, so the old darkfixes wouldn't work anymore 100%.
but it's not the first time, and i think i will simply and once and for all start ice/fire-weasel/fox with its own, light gtk theme...
Offline
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.
Server: acrobat