Added outline to urlbar when floating

This commit is contained in:
mr. m
2025-02-11 12:41:23 +01:00
parent 290aa09f89
commit f2460549e0

View File

@@ -392,6 +392,7 @@ button.popup-notification-dropmarker {
the backdrop woudn't work, we would need to apply a clip-path to the site and that's not recommended
due to performance issues */
background-color: light-dark(hsl(0, 0%, 100%), hsl(0, 0%, 14%)) !important;
outline: 1px solid rgba(0,0,0,.3) !important;
}
}