-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuserContent.css
More file actions
93 lines (82 loc) · 2.92 KB
/
userContent.css
File metadata and controls
93 lines (82 loc) · 2.92 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
* {
/*scrollbar-color: rgba(47, 47, 47, 0.66) rgba(238, 238, 238, 0.38) !important; */
scrollbar-width: thin !important;
}
@-moz-document url(about:blank), url(about:newtab), url(about:home) {
html:not(#ublock0-epicker), html:not(#ublock0-epicker) body, #newtab-customize-overlay {
background: #323234 !important;
}
#newtab-search-text {
border-radius: 30px !important;
}
.search-wrapper input {
background: #323234 var(--newtab-search-icon) 12px center no-repeat !important;
background-size: 24px;
border: solid 0px var(--newtab-search-border-color);
box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
font-size: 15px;
-moz-context-properties: fill;
fill: var(--newtab-search-icon-color);
padding: 1px;
padding-inline-end: 48px;
padding-inline-start: 60px !important;
width: 100%;
border-top: solid 1px #ffffff30 !important;
border-left: #ffffff30 !important;
border-right: #ffffff30;
}
}
.icon.icon-settings {
background-image: none !important;
}
body[lwt-newtab-brighttext] {
--newtab-search-border-color: transparent !important;
--newtab-border-secondary-color: #323234 !important;
--newtab-textbox-focus-color: #ffffff30 !important;
--newtab-element-hover-color: transparent !important;
}
*:focus{
outline: none !important;
}
.search-wrapper .search-inner-wrapper:active input, .search-wrapper input:focus{
background: #232324 var(--newtab-search-icon) 12px center no-repeat !important;
box-shadow: none !important;
border-top: solid 1px #323234 !important;
border-bottom: solid 1px #ffffff30 !important;
border: solid 0px var(--newtab-search-border-color);
/* border-style: none !important; */
}
.contentSearchSuggestionTable .contentSearchSuggestionRow.selected{
color: whitesmoke !important;
}
.contentSearchSuggestionTable .contentSearchHeader{
background-color: #323234 !important;
}
.contentSearchSuggestionEntry{
border-radius: 0px 0px 20px 20px;
font-size: 85% !important;
padding: 10px 15px !important;
background-color: #232324 !important;
border-radius: 20px !important;
border-top: solid 1px #323234 !important;
border-bottom: solid 1px #ffffff30 !important;
}
.outer-wrapper{
color: rgb(255, 255, 255) !important;
font-family: monospace;
}
.contentSearchSuggestionTable{
box-shadow: none !important;
background-color: #323234 !important;
}
.contentSearchSuggestionTable, .contentSearchSuggestionsList{
border-spacing: 10px !important;
background-color: #323234;
}
.search-wrapper .search-button{
border-radius: 0 20px 20px 0 !important;
}
.contentSearchHeaderRow{
border-top: solid 1px orangered !important;
}
/* :root */