Author Topic: Firefox and dark themes  (Read 669 times)

Offline LKJ

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1952
Firefox and dark themes
« on: August 04, 2011, 06:29:18 AM »
For people who like dark themes, this works in 99.999% of the cases. You need to copy this code, save it as a userContent.css file. Move it to the chrome folder inside the default .Mozilla profile folder. If there is no chrome folder, just create one. The other thing you can do of course is find a theme or persona you like that matches your theme.
Code: [Select]
input {
border: 2px inset white;
background-color: white;
color: black;
-moz-appearance: none !important;
}

textarea {
border: 2px inset white;
background-color: white;
color: black;
-moz-appearance: none !important;
}

select {
border: 2px inset white;
background-color: white;
color: black;
-moz-appearance: none !important;
}

input[type="radio"],
input[type="checkbox"] {
border: 2px inset white ! important;
background-color: white ! important;
color: ThreeDFace ! important;
-moz-appearance: none !important;
}

*|*::-moz-radio {
background-color: white;
-moz-appearance: none !important;
}

button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
border: 2px outset white;
background-color: #eeeeee;
color: black;
-moz-appearance: none !important;
}

body {
background-color: white;
color: black;
display: block;
margin: 8px;
-moz-appearance: none !important;
}

edit: path to the folder /home/(user)/.mozilla/firefox/"a slew of letters".default/chrome
« Last Edit: August 04, 2011, 06:44:41 AM by LKJ »
Good things come in small packages. From small minds, not so much.

All walls by LKJ unless noted.
iMac 2.8 GHz Quad Core i7 12GB