update
This commit is contained in:
parent
a655db34f8
commit
ca29dc4284
2 changed files with 6 additions and 2 deletions
|
@ -21,6 +21,8 @@
|
||||||
|
|
||||||
/* Set theme version text in customization panel */
|
/* Set theme version text in customization panel */
|
||||||
#customization-footer::before {
|
#customization-footer::before {
|
||||||
|
background: url(icons/icon.svg) no-repeat;
|
||||||
|
background-size: contain;
|
||||||
content: "Firefox Monterey theme";
|
content: "Firefox Monterey theme";
|
||||||
padding: 10px;
|
padding: 10px 10px 10px 50px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,6 +21,8 @@
|
||||||
|
|
||||||
/* Set theme version text in customization panel */
|
/* Set theme version text in customization panel */
|
||||||
#customization-footer::before {
|
#customization-footer::before {
|
||||||
|
background: url(icons/icon.svg) no-repeat;
|
||||||
|
background-size: contain;
|
||||||
content: "Firefox Monterey theme";
|
content: "Firefox Monterey theme";
|
||||||
padding: 10px;
|
padding: 10px 10px 10px 50px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue