FirefoxSidebar/userChrome.css

28 lines
979 B
CSS
Raw Normal View History

/*
Title: Drannex42's FirefoxSidebar / Vertical Tabs
Description: Vertical tab design for Firefox with dynamic indentation:: Sideberry and TreeStyleTabs (Legacy) themes available!
Repository URL: https://github.com/drannex42/FirefoxSidebar
Version: 12022.02.23 :: Implemented an extension system, and seperated different components into their own files.
2021-03-03 04:58:13 +00:00
*/
/* Preferences / Settings ::
Use this file to set your preferences (left or right window controls, colors, margins, this will save them in one place for easier future updating
*/
@import url('./prefs.css');
2022-02-24 17:28:32 +00:00
/* Sidebar ::
This file is for the sidebar implementation
*/
@import url('./extensions/sidebar.css');
2022-02-24 17:28:32 +00:00
/* Extensions ::
To enable or disable specific extensions just comment/uncomment the line below
*/
@import url('./extensions/window_controls.css');
@import url('./extensions/bookmark_arrow.css');
@import url('./extensions/superbox_removal.css');
@import url('./custom.css');