Merge branch 'upstream'

This commit is contained in:
Hydroxycarbamide 2023-10-29 10:57:17 +01:00
commit b291d7784b
15 changed files with 131 additions and 255 deletions

View file

@ -1,4 +1,4 @@
/* EdgeFr-Fox by bmFtZQ - urlbar.css */
/* Edge-Frfox - urlbar.css */
:root {
--urlbar-min-height: 30px !important;
@ -17,7 +17,8 @@
@media not (-moz-gtk-csd-available) {
#urlbar[focused="true"]:not([suppress-focus-border])>#urlbar-background:not(:-moz-lwtheme),
#searchbar:not(:-moz-lwtheme):focus-within {
outline-color: color-mix(in srgb, var(--toolbar-field-focus-border-color) 50%, transparent) !important;
--uc-outline-dimmed: color-mix(in srgb, var(--toolbar-field-focus-border-color) 50%, transparent);
outline-color: light-dark(var(--uc-outline-dimmed), var(--toolbar-field-focus-border-color)) !important;
}
}