-
Notifications
You must be signed in to change notification settings - Fork 2
/
userContent.css
51 lines (42 loc) · 1.07 KB
/
userContent.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
48
49
50
51
/**************************** NEWTAB PAGE ****************************/
@-moz-document url("about:home"), url("about:newtab") {
body {
background-image: url("bg.jpg");
background-size: cover;
--newtab-search-border-color: none !important;
}
/* Rounded searchbar */
.search-wrapper input {
border-radius: 5px !important;
}
/* Section above buttons */
.section-top-bar {
display: none !important;
}
/* Removes title below buttons */
.top-site-outer .title {
font-size: 15pt !important;
width: auto !important;
display: none !important;
}
/* Removes pin on pinned top sites */
.icon-pin-small{
display: none !important;
}
/* Removes settings button */
.prefs-button {
display: none !important;
border: none !important;
}
/* Removes borders */
.top-site-outer .rich-icon {
border: none !important;
}
.top-site-outer .tile {
border: none !important;
}
.top-site-outer .default-icon {
border: none !important;
}
}
/**************************** NEWTAB PAGE ****************************/