-
Notifications
You must be signed in to change notification settings - Fork 23
/
userChrome.css
56 lines (39 loc) · 1.8 KB
/
userChrome.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
/*
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.04.17
*/
/*
Preferences / Settings ::
Use this file to set your preferences this will save them in one place for easier future updating
=========================================================================
*/
@import url("./prefs.css");
/* ========================================================================= */
/* Sidebar (Core) :: This file is for the sidebar implementation */
@import url("./extensions/sidebar.css");
/*
Extensions ::
To enable/disable specific extensions just comment/uncomment the line below.
=========================================================================
*/
/* CSD / Window Controls */
@import url("./extensions/window_controls.css");
/* Bookmark Arrows :: add a little arrow next to folders in bookmarks toolbar */
/* @import url("./extensions/bookmark_arrow.css"); */
/* Avatar Size :: 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"); */
/* END EXTENSIONS ========================================================== */
/*
Custom tweaks ::
If you have any custom CSS for Firefox, place them in this file.
=========================================================================
*/
@import url("./custom.css");
/* ========================================================================= */