This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Power Options - powercfg.cpl | |
| Add or Remove Programs - appwiz.cpl | |
| Fonts Folder - fonts | |
| Network Properties - ncpa.cpl | |
| Joystick Properties - control joy.cpl | |
| Mouse Properties - control main.cpl | |
| Scanners and Cameras - control sticpl.cpl | |
| Internet Options/Properties - inetcpl.cpl | |
| Devices and Printers - control printers | |
| Accessibility Options - control access.cpl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* add to userChrome.css */ | |
| /* Tested in Windows 10, Firefox Nightly */ | |
| /* download popup and app picker in dark mode */ | |
| @-moz-document url("chrome://mozapps/content/downloads/unknownContentType.xhtml") { | |
| #unknownContentType { | |
| color: white !important; | |
| background-color: #2b2a33 !important; | |
| } | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Firefox Ultra Compact Mode | |
| * | |
| * Copyright (c) Danny Colin | |
| * | |
| * This Source Code Form is subject to the terms of the Mozilla Public | |
| * License, v. 2.0. If a copy of the MPL was not distributed with this | |
| * file, You can obtain one at https://mozilla.org/MPL/2.0/. | |
| */ | |
| /* fixes by sagars007 u/thegtaguy007 */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Github repo with new changes: https://github.com/sagars007/Proton-UI-connected-rounded-tabs-firefox-css */ | |
| /*For proton dark compact mode*/ | |
| /*bookmarks bar color*/ | |
| /*#PersonalToolbar{ | |
| background-color: rgb(43, 42, 51, 0.60) !important; | |
| } */ | |
| /*for hiding bookmarks bar*/ |