Fix Dark Theme Input Boxes

Fix Dark Theme Input Boxes

Sets default background and text colors to inputs, selects and buttons when using a dark theme for the OS shell.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "default_locale": "en",
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "name": "__MSG_extensionName__",
  "version": "1.1resigned1",
  "author": "Roberto M. F.",
  "homepage_url": "https://gitlab.com/Roboe/userscripts",
  "description": "__MSG_extensionDescription__",
  "icons": {
    "48": "icon.png",
    "96": "[email protected]"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "style.user.css"
      ]
    }
  ]
}