refactor: move firefox userChrome to own file
This commit is contained in:
parent
8332540276
commit
ce0b7a9aa0
1 changed files with 38 additions and 0 deletions
38
firefox/userChrome.css
Normal file
38
firefox/userChrome.css
Normal file
|
|
@ -0,0 +1,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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue