forked from leadweedy/Firefox-Proton-Square
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuserVariables.css
More file actions
44 lines (30 loc) · 1.23 KB
/
Copy pathuserVariables.css
File metadata and controls
44 lines (30 loc) · 1.23 KB
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
/* USER FACING VARIABLES -------------------------------------------------------------------------------------- */
/* this file does NOT have to be updated between versions */
/* NOTE: restart Firefox to apply any changes */
:root {
/* custom accent color to be used across Firefox*/
/* use hexcode or color name */
--custom-accent-color: #0a84ff;
/* color of the tab dividers / separators */
/* set variable = none, to disable dividers */
--custom-tab-divider-color: none;
/* sets the height of the tabs toolbar */
/* legacy height (<= v1.6.2) = 33px */
/* functionality broken as of FF 108 - WIP */
/* --tab-bar-height: 35px; */
/* set the size of sync profile pic */
/* 1.0 = 100% scale */
--sync-avatar-scale: 1.0;
/* custom paddings/margins for the menu itmes */
/* for reference: */
--custom-menuitem-padding-vertical: 3px;
--custom-menuitem-padding-horizontal: 4px;
--custom-menuitem-margin: 0px;
/* toolbar start/end padding */
--custom-toolbar-start-end-padding: 4px;
/* adds the little colored strip on top of the selected tab */
/* use hexcode or color name or set transparent to hide */
--selected-tab-strip: transparent;
/* reverts thicker tabs */
--tab-block-margin: 0 !important;
}