-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuserChrome.css
47 lines (36 loc) · 910 Bytes
/
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
/* square corners for context menu */
.tab-background,
#urlbar-background,
#searchbar,
menupopup,
.menupopup-arrowscrollbox{ border-radius: 0 !important; }
:root{--arrowpanel-border-radius:0px !important;}
#urlbar-background{
background-color: white !important;
}
#searchbar{
background-color: white !important;
}
#navigator-toolbox{ --toolbar-bgcolor: #F5F5F5; }
.tab-background{
border-radius: 0px 0px !important;
margin-bottom: 0px !important;
background-color: lightgray;
}
.tabbrowser-tab{
background-color: lightgray;
}
.tabbrowser-tab:not([selected=true]):not([multiselected=true]) .tab-background{
background-color: F5F5F5;
}
menupopup > menu, menupopup > menuitem{
padding-block: 2px !important;
min-height: 0px !important;
}
:root{
--arrowpanel-menuitem-padding: 2px !important;
}
#context-navigation,
#context-sep-navigation {
display:none !important;
}