-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuserContent.css
More file actions
68 lines (62 loc) · 1.87 KB
/
Copy pathuserContent.css
File metadata and controls
68 lines (62 loc) · 1.87 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
@import "natsumi-pages/natsumi-pages.css";
/* userContent.css */
@-moz-document url-prefix("about:preferences") {
/* Target the Root and Body */
#preferences-root
{
background-color: transparent !important;
}
/* Target the main stack and layout boxes */
#preferences-stack,
hbox[flex="1"],
vbox.navigation,
vbox.main-content {
background-color: transparent !important;
}
/* Target the inner pane containers */
.pane-container,
#mainPrefPane {
background-color: transparent !important;
}
groupbox{
box-shadow:
light-dark(#fff3, #0003) 0px -36px 30px 0px inset,
rgba(0, 0, 0, 0.06) 0px 2px 1px,
rgba(0, 0, 0, 0.09) 0px 4px 2px,
rgba(0, 0, 0, 0.09) 0px 8px 4px,
rgba(0, 0, 0, 0.09) 0px 16px 8px,
rgba(0, 0, 0, 0.09) 0px 32px 16px !important;
background-color: light-dark(#fff8, #0005) !important;
padding: 25px !important;
border-radius:10px !important;
}
moz-card{
box-shadow:
light-dark(#fff3, #0003) 0px -36px 30px 0px inset,
rgba(0, 0, 0, 0.06) 0px 2px 1px,
rgba(0, 0, 0, 0.09) 0px 4px 2px,
rgba(0, 0, 0, 0.09) 0px 8px 4px,
rgba(0, 0, 0, 0.09) 0px 16px 8px,
rgba(0, 0, 0, 0.09) 0px 32px 16px !important;
background-color: light-dark(#fff8, #0005) !important;
padding: 25px !important;
border-radius:10px !important;
}
input.with-icon[type="search"]{
box-shadow:
light-dark(#fff3, #0003) 0px -36px 30px 0px inset,
rgba(0, 0, 0, 0.06) 0px 2px 1px,
rgba(0, 0, 0, 0.09) 0px 4px 2px,
rgba(0, 0, 0, 0.09) 0px 8px 4px,
rgba(0, 0, 0, 0.09) 0px 16px 8px,
rgba(0, 0, 0, 0.09) 0px 32px 16px !important;
background-color: light-dark(#fff8, #0005) !important;
border:none !important;
}
.sticky-container{
background-color: transparent !important;
}
#search-container{
background-color: transparent !important;
}
}