-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnewtabDynamicsNight.css
More file actions
34 lines (34 loc) · 1.62 KB
/
newtabDynamicsNight.css
File metadata and controls
34 lines (34 loc) · 1.62 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
@-moz-document url-prefix(about:home), url-prefix(about:newtab) {
body {background: url(stars.gif) !important ; background-size: cover !important;
}
.wordmark {background: url("firefox-wordmark-pixel-white.png") !important; background-repeat: no-repeat !important;
}
.logo {background-image: url("firefox-pixel-moon-logo.png") !important; height: 100px !important; width: 100px !important;
}
.search-handoff-button{background-color: #000000 !important; transition-duration: 0.1s; border-radius: 0px !important; opacity: 0.6 !important;
}
.search-handoff-button:hover{background-color: #000000 !important; opacity: 0.93 !important;
}
.tile{background-color: #000000 !important;
}
body{ --newtab-search-wordmark-color: black !important;
}
.fake-textbox{opacity: 0.7 !important;
}
.top-site-icon.rich-icon{width: 49px!important; height: 49px !important; border-radius: 13px !important;
}
.top-site-icon.default-icon{width: 49px !important; height: 49px !important; border-radius: 13px !important;
}
.icon-wrapper.letter-fallback{width: 49px !important; height: 49px !important; border-radius: 13px !important;
}
.icon.icon-pin-small{opacity: 0.0; width: 0px !important; height: 0px !important; border-radius: 13px !important;
}
.tile{opacity: 0.5; transition-duration: 0.1s; width: 50px !important; height: 50px !important; border-radius: 13px !important;
}
.tile:hover{opacity: 0.9;
}
div[data-l10n-id="newtab-personalize-dialog-label"]{background: #2c2f3d !important; opacity: 0.5;
}
div[data-l10n-id="newtab-personalize-dialog-label"]:hover{background: #2c2f3d !important; opacity: 0.7;
}
}