-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuserChrome.css
More file actions
38 lines (34 loc) · 840 Bytes
/
userChrome.css
File metadata and controls
38 lines (34 loc) · 840 Bytes
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
/* Remove window controls */
.titlebar-buttonbox-container {
display: none !important;
}
/* Center url bar text when not focused */
#urlbar:not([focused]) .urlbar-input {
text-align: center !important;
}
/* Url bar rounding */
#urlbar-background,
#searchbar {
border-radius: 10px !important;
}
/* Url bar buttons */
.urlbar-page-action,
#urlbar-go-button,
.search-go-button,
#tracking-protection-icon-container,
#identity-icon-box,
#identity-permission-box,
.notification-anchor-icon,
#userContext-icons,
#urlbar-zoom-button,
#page-action-buttons,
.search-one-offs,
#urlbar-search-mode-indicator {
border-radius: 10px !important;
}
/* Keep url bar in place when expanding */
#urlbar[breakout][breakout-extend] {
margin-top: 5px !important;
margin-left: 0 !important;
width: var(--urlbar-width) !important;
}