FirefoxSidebar/userChrome.css
Mr-nUUb d3f8439102
Major rework (#17)
* Update userChrome.css

* Update userChrome.css

* formatting

* make csd top configurable

* fix Z index of CSD

* fix background (and round corners in GNOME)

* remove unnecessary background color fix

* more formatting

* move sidebar switcher code to css file

* even more formatting, fix typos

* remove ugly border near sidebar switcher

* add custom presets

* Revert "remove ugly border near sidebar switcher"

This reverts commit b8fd71d97c23c860a84c68aba74fb8e4253aaa7f.

* remove empty space in fullscreen mode, remove unnecessary stuff

* heavy rework, add first theme

* rename first theme, add second

* add KDE Plastik (same spacing as Oxygen)

* somehow my system messed up..., fixed theme names
2022-03-15 21:16:47 -05:00

71 lines
2 KiB
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
*/
/*
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/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");
/* 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.
*/
@import url("./custom.css");
/* ========================================================================= */