2021-12-22 18:54:43 +00:00
|
|
|
/*
|
2022-02-24 00:59:37 +00:00
|
|
|
Title: Drannex42's FirefoxSidebar / Vertical Tabs
|
2022-03-16 02:16:47 +00:00
|
|
|
Description: Vertical tab design for Firefox with dynamic indentation::
|
|
|
|
Sideberry and TreeStyleTabs (Legacy) themes available!
|
2022-02-24 00:59:37 +00:00
|
|
|
Repository URL: https://github.com/drannex42/FirefoxSidebar
|
2022-03-16 02:16:47 +00:00
|
|
|
Version: 12022.02.23
|
2021-03-03 04:58:13 +00:00
|
|
|
*/
|
2021-03-03 05:06:19 +00:00
|
|
|
|
2022-03-16 02:16:47 +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
|
2022-02-24 00:59:37 +00:00
|
|
|
*/
|
2021-03-03 05:03:35 +00:00
|
|
|
|
2022-03-16 02:16:47 +00:00
|
|
|
@import url("./prefs.css");
|
|
|
|
|
|
|
|
/* ========================================================================= */
|
|
|
|
|
|
|
|
/*
|
|
|
|
Sidebar
|
|
|
|
This file is for the sidebar implementation
|
2022-02-24 00:59:37 +00:00
|
|
|
*/
|
2022-03-16 02:16:47 +00:00
|
|
|
@import url("./extensions/sidebar.css");
|
|
|
|
|
|
|
|
/*
|
|
|
|
Extensions
|
|
|
|
To enable/disable specific extensions just comment/uncomment the line below.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* add CSD / window controls */
|
|
|
|
@import url("./extensions/window_controls.css");
|
|
|
|
|
|
|
|
/* add a little arrow next to folders in bookmarks toolbar */
|
|
|
|
@import url("./extensions/bookmark_arrow.css");
|
|
|
|
|
|
|
|
/* heavily customize superbox (flat look, colors, smaller entries,...) */
|
|
|
|
@import url("./extensions/superbox_removal.css");
|
|
|
|
|
|
|
|
/* change the avatar size for the Firefox Account to what makes sense */
|
|
|
|
@import url("./extensions/avatar_size.css");
|
2021-03-03 05:03:35 +00:00
|
|
|
|
2022-03-16 02:16:47 +00:00
|
|
|
/* fix sidebar switcher if bookmarks toolbar is hidden */
|
|
|
|
/* @import url("./extensions/fix_hidden_bookmarks.css"); */
|
|
|
|
|
|
|
|
/* hide sidebar switcher */
|
|
|
|
/* @import url("./extensions/hide_sidebar_switcher.css"); */
|
|
|
|
|
|
|
|
/* ========================================================================= */
|
|
|
|
|
|
|
|
/*
|
|
|
|
Themes
|
|
|
|
To enable/disable specific theme just comment/uncomment the line below.
|
|
|
|
Please enable only one theme at a time!
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* GTK Adwaita */
|
|
|
|
/* @import url("./themes/gtk_adwaita.css"); */
|
|
|
|
|
|
|
|
/* GTK Breeze */
|
|
|
|
/* @import url("./themes/gtk_breeze.css"); */
|
|
|
|
|
|
|
|
/* ========================================================================= */
|
|
|
|
|
|
|
|
/*
|
|
|
|
Custom tweaks
|
|
|
|
Create a file called `custom.css` and place your tweaks there.
|
2022-02-24 00:59:37 +00:00
|
|
|
*/
|
2021-03-03 05:03:35 +00:00
|
|
|
|
2022-03-16 02:16:47 +00:00
|
|
|
@import url("./custom.css");
|
2021-03-10 00:04:31 +00:00
|
|
|
|
2022-03-16 02:16:47 +00:00
|
|
|
/* ========================================================================= */
|