use class instead of id selector for urlbar-input elements

See bug 1610530
This commit is contained in:
MrOtherGuy
2024-06-16 12:00:20 +03:00
parent 36e6c11242
commit 467a53ee72
11 changed files with 23 additions and 23 deletions

View File

@@ -14,19 +14,19 @@ See the above repository for updates as well as full license text. */
#PanelUI-button,
#nav-bar-overflow-button{ z-index: 2; position: relative }
#urlbar-input-container{
.urlbar-input-container{
width: calc(100vw - var(--uc-window-control-width) - var(--uc-buttons-width) - 2 * var(--uc-window-drag-space-width) - 76px) !important;
left: calc(76px + var(--uc-window-drag-space-width)) !important;
pointer-events: none;
overflow: visible !important;
}
:root:not([customizing]) #urlbar-input-container::before{
:root:not([customizing]) .urlbar-input-container::before{
position: absolute;
left: 0;
top: 0 !important;
height: var(--urlbar-container-height);
}
#urlbar-input-container > :not(.urlbar-input-box){ opacity: 0 }
.urlbar-input-container > :not(.urlbar-input-box){ opacity: 0 }
#urlbar-background{
background: transparent !important;