aboutsummaryrefslogtreecommitdiff
path: root/profile/user.js
blob: cd0301a6526de56d2a028463af1eef88598f5d4b (plain)
1
2
3
4
5
6
7
8
9
10
11
/*/
 * User.js file
 * https://kb.mozillazine.org/User.js_file
 * http://kb.mozillazine.org/About:config_entries
 */

// Enable userChrome.css
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);

// Enable the :has selector
user_pref("layout.css.has-selector.enabled", true);