2024-10-06 15:25:05 -05:00
|
|
|
/* Title bar */
|
|
|
|
.titlebar-spacer {
|
2024-10-20 04:01:31 -05:00
|
|
|
display: none !important;
|
2024-10-06 15:25:05 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Tab bar */
|
|
|
|
#navigator-toolbox {
|
2024-10-20 04:01:31 -05:00
|
|
|
border: 0px !important;
|
2024-10-06 15:25:05 -05:00
|
|
|
}
|
|
|
|
#TabsToolbar {
|
2024-10-20 04:01:31 -05:00
|
|
|
margin-left: 3px !important;
|
2024-10-06 15:25:05 -05:00
|
|
|
}
|
|
|
|
#TabsToolbar > .tabbrowser-arrowscrollbox {
|
2024-10-20 04:01:31 -05:00
|
|
|
overflow: visible !important;
|
2024-10-06 15:25:05 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Nav bar */
|
|
|
|
#nav-bar {
|
2024-10-20 04:01:31 -05:00
|
|
|
height: 0px;
|
|
|
|
min-height: 0px !important;
|
|
|
|
overflow: hidden;
|
|
|
|
transition: height 0.3s ease-in-out;
|
2024-10-06 15:25:05 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Only show nav-bar when specifically focused, not when clicking tab bar */
|
|
|
|
#nav-bar:focus-within {
|
2024-10-20 04:01:31 -05:00
|
|
|
overflow: visible;
|
|
|
|
height: auto;
|
2024-10-06 15:25:05 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Remove placeholder text in the URL bar */
|
|
|
|
#urlbar-input::placeholder {
|
2024-10-20 04:01:31 -05:00
|
|
|
color: transparent !important;
|
2024-10-06 15:25:05 -05:00
|
|
|
}
|
|
|
|
#urlbar {
|
2024-10-20 04:01:31 -05:00
|
|
|
padding: 2px !important;
|
2024-10-06 15:25:05 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Hide URL bar text */
|
|
|
|
#urlbar-background {
|
2024-10-20 04:01:31 -05:00
|
|
|
border: none !important;
|
2024-10-06 15:25:05 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#urlbar-border:focus-within {
|
2024-10-20 04:01:31 -05:00
|
|
|
overflow: visible;
|
|
|
|
height: auto;
|
2024-10-06 15:25:05 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Hide search engine icon */
|
|
|
|
#urlbar .search-one-offs:not([hidden]) {
|
2024-10-20 04:01:31 -05:00
|
|
|
display: none !important;
|
2024-10-06 15:25:05 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Hide tracking protection icon */
|
|
|
|
#tracking-protection-icon-container {
|
2024-10-20 04:01:31 -05:00
|
|
|
display: none !important;
|
2024-10-06 15:25:05 -05:00
|
|
|
}
|
|
|
|
#urlbar-container {
|
2024-10-20 04:01:31 -05:00
|
|
|
width: auto !important;
|
2024-10-06 15:25:05 -05:00
|
|
|
}
|
|
|
|
#urlbar {
|
2024-10-20 04:01:31 -05:00
|
|
|
box-shadow: none !important;
|
2024-10-06 15:25:05 -05:00
|
|
|
}
|
|
|
|
#page-action-buttons {
|
2024-10-20 04:01:31 -05:00
|
|
|
display: none !important;
|
2024-10-06 15:25:05 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Hide site information button */
|
|
|
|
#identity-box {
|
2024-10-20 04:01:31 -05:00
|
|
|
display: none !important;
|
2024-10-06 15:25:05 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Hide shield icon */
|
|
|
|
#tracking-protection-icon-container {
|
2024-10-20 04:01:31 -05:00
|
|
|
display: none !important;
|
2024-10-06 15:25:05 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Hide forward and back buttons when not active */
|
|
|
|
#back-button[disabled="true"] {
|
2024-10-20 04:01:31 -05:00
|
|
|
display: none !important;
|
2024-10-06 15:25:05 -05:00
|
|
|
}
|
|
|
|
#forward-button[disabled="true"] {
|
2024-10-20 04:01:31 -05:00
|
|
|
display: none !important;
|
2024-10-06 15:25:05 -05:00
|
|
|
}
|
|
|
|
.personalize-button {
|
2024-10-20 04:01:31 -05:00
|
|
|
display: none !important;
|
2024-10-06 15:25:05 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.tab-close-button {
|
2024-10-20 04:01:31 -05:00
|
|
|
visibility: hidden !important;
|
|
|
|
margin-inline-end: 0 !important;
|
|
|
|
width: 16px !important;
|
|
|
|
height: 16px !important;
|
|
|
|
padding: 2px !important;
|
2024-10-06 15:25:05 -05:00
|
|
|
}
|
|
|
|
.tabbrowser-tab:hover .tab-close-button {
|
2024-10-20 04:01:31 -05:00
|
|
|
visibility: visible !important;
|
2024-10-06 15:25:05 -05:00
|
|
|
}
|