Bookmarks editor - any way to have it in "dark mode" ?

This page summarizes the projects mentioned and recommended in the original post on /r/FirefoxCSS

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • uc.css.js

    A dark indigo CSS theme for Firefox and a large collection of privileged scripts to add new buttons, menus, and behaviors and eliminate nuisances. The theme is similar to other userChrome stylesheets, but it's intended for use with an autoconfig loader like fx-autoconfig, since it uses JavaScript to implement its more functional features.

  • oh fuck, I'm sorry. I thought your screenshot was showing a menulist, but it's not a menulist, it's a tree. here, this is how you style trees. like this. you'll need to replace some of these custom variables with your own values since I don't have time to change them all right now. the var(...) stuff, just use whatever static values you want. the basic idea here is those ::-moz-tree-* pseudo-elements refer to parts of the tree. they aren't real elements so you have to select them this way. and since they aren't real elements, state selectors like :hover or :active do not work. so that's what goes in the parens. like ::-moz-tree-row(hover) does what you'd think.

  • userChrome-that-I-use

    Discontinued My firefox setup - this is sewn on me, so YMMV

  • Well, here it is

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • fx-autoconfig

    Load custom javascript in browser context

  • anyway none of this can go in userChrome.css. you have to install this script loader and then make a new file in your chrome folder called userChrome.ag.css and put your scrollbar code in it, like the ones I linked above. and save it. there's a file in the JS folder that will load that stylesheet automatically as an agent sheet, so it can override the built-in scrollbar appearance. you can use that sheet to style tooltips too, like tooltip[default][page] {...}

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How to Use JSON Path

    2 projects | news.ycombinator.com | 3 May 2024
  • Unleashing Efficiency in Backend Development with Yonode

    1 project | dev.to | 3 May 2024
  • Show HN: I built a clone of lazydocker for the web

    1 project | news.ycombinator.com | 3 May 2024
  • Visualize Performance issues in your JavaScript application

    1 project | dev.to | 3 May 2024
  • Tailwind CSS for frontend teams: From settings to rules

    4 projects | dev.to | 3 May 2024