mirror of
https://github.com/CaptaiNiveau/FirefoxSidebar.git
synced 2024-11-22 06:42:49 +00:00
27 lines
975 B
CSS
27 lines
975 B
CSS
|
|
/*
|
|
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.
|
|
*/
|
|
|
|
/* 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');
|
|
|
|
/* Sidebar::
|
|
This file is for the sidebar implementation
|
|
*/
|
|
@import url('./extensions/sidebar.css');
|
|
|
|
/* 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');
|