mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-10 03:03:18 -08:00
Add: System Default Theme - GTK accent color at URL View url #120
This commit is contained in:
parent
68a9476561
commit
c7145d44e4
1 changed files with 7 additions and 0 deletions
|
|
@ -84,6 +84,13 @@
|
|||
}
|
||||
}
|
||||
|
||||
/*= GTK - URL View url accent color ========================================*/
|
||||
@media (-moz-gtk-csd-available) {
|
||||
:root:not(:-moz-lwtheme) .urlbarView-url {
|
||||
--urlbar-popup-url-color: -moz-accent-color;
|
||||
}
|
||||
}
|
||||
|
||||
/* Fully Theme Mode *********************************************************/
|
||||
/* Default Themes
|
||||
https://github.com/mozilla/gecko-dev/blob/master/toolkit/mozapps/extensions/default-theme/manifest.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue