Add deprecation notices
This commit is contained in:
parent
4961b3ee1d
commit
37eb639ea4
3 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
/* DEPRECATED - USE urlbar_full_width.css instead */
|
||||||
|
|
||||||
/* Makes urlbar popup fit to window width, like in Firefox versions < 71 without "Megabar" */
|
/* Makes urlbar popup fit to window width, like in Firefox versions < 71 without "Megabar" */
|
||||||
/* Text won't be aligned to urlbar text though, since that relied on Firefox setting some css variables which are not available anymore */
|
/* Text won't be aligned to urlbar text though, since that relied on Firefox setting some css variables which are not available anymore */
|
||||||
#urlbar{
|
#urlbar{
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
/* DEPRECATED AS OF FIREFOX 77 */
|
||||||
|
|
||||||
/* Makes urlbar popup to appear Like on various Google search services */
|
/* Makes urlbar popup to appear Like on various Google search services */
|
||||||
/* Firefox 70+ only */
|
/* Firefox 70+ only */
|
||||||
/* Popup uses colors from your theme */
|
/* Popup uses colors from your theme */
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* DEPRECATED AS OF FIREFOX 75 */
|
||||||
/* Constrains urlbar popup to urlbar width */
|
/* Constrains urlbar popup to urlbar width */
|
||||||
/* Firefox 70+ */
|
/* Firefox 70+ */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue