URLbar: Fix border radius when unfocused

Closes #508
This commit is contained in:
Rafael Mardojai CM 2022-12-16 13:19:23 -05:00
parent f7e8441934
commit 26922832a2
No known key found for this signature in database
GPG Key ID: 2B2DAB2A58566C84
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ toolbarspring {
#urlbar-background {
box-shadow: var(--gnome-entry-box-shadow) !important;
border: 0 !important;
border-radius: 8px !important;
background: transparent !important;
}
#urlbar-background:-moz-window-inactive {