forked from black7375/Firefox-UI-Fix
-
Notifications
You must be signed in to change notification settings - Fork 12
/
userVariables.css
35 lines (23 loc) · 956 Bytes
/
userVariables.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
/* 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: #535354;
/* 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: 6px;
--custom-menuitem-padding-horizontal: 8px;
--custom-menuitem-margin: 4px;
}