2021-12-22 18:54:43 +00:00
|
|
|
|
|
|
|
/*
|
2022-02-24 00:59:37 +00:00
|
|
|
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
|
|
|
*/
|
2021-03-03 05:06:19 +00:00
|
|
|
|
2022-02-24 00:59:37 +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');
|
2021-03-03 05:03:35 +00:00
|
|
|
|
2022-02-24 17:28:32 +00:00
|
|
|
/* Sidebar ::
|
2022-02-24 00:59:37 +00:00
|
|
|
This file is for the sidebar implementation
|
|
|
|
*/
|
|
|
|
@import url('./extensions/sidebar.css');
|
2021-03-03 05:03:35 +00:00
|
|
|
|
2022-02-24 17:28:32 +00:00
|
|
|
/* Extensions ::
|
2022-02-24 00:59:37 +00:00
|
|
|
To enable or disable specific extensions just comment/uncomment the line below
|
|
|
|
*/
|
2021-03-03 05:03:35 +00:00
|
|
|
|
2022-02-24 00:59:37 +00:00
|
|
|
@import url('./extensions/window_controls.css');
|
|
|
|
@import url('./extensions/bookmark_arrow.css');
|
|
|
|
@import url('./extensions/superbox_removal.css');
|
2021-03-10 00:04:31 +00:00
|
|
|
|
2022-02-24 00:59:37 +00:00
|
|
|
@import url('./custom.css');
|