Hello,
I am wondering why userChrome.css is not loading. toolkit.legacyUserProfileCustomizations.stylesheets is set to true (about:config). I loaded userChrome.css openi… (xem thêm)
Hello,
I am wondering why userChrome.css is not loading. toolkit.legacyUserProfileCustomizations.stylesheets is set to true (about:config). I loaded userChrome.css opening the Profile Folder in about:support and dragging and dropping a "chrome" folder that contains userChrome.css respecting case sensitivity and file types. So the file now is under C:\Users\marce\AppData\Roaming\Mozilla\Firefox\Profiles\sv6gplmb.default-release-1681224431322\chrome. The css is simple, it is valid and it works in the Style Editor:
.search-wrapper .search-handoff-button, .search-wrapper input {
background: var(--newtab-background-color-secondary) var(--newtab-search-icon) 16px center no-repeat;
background-size: 24px;
padding-inline-start: 52px;
padding-inline-end: 10px;
padding-block: 0;
width: 100%;
box-shadow: 12px 12px 6px rgba(0, 0, 0, 0.32);
border: 1px solid transparent;
border-radius: 8px;
color: var(--newtab-text-primary-color);
-moz-context-properties: fill;
fill: var(--newtab-text-secondary-color);
}
.top-site-outer .tile {
border-radius: 8px;
box-shadow: 12px 12px 6px rgba(0, 0, 0, 0.32);
background-color: var(--newtab-background-color-secondary);
justify-content: center;
margin: 0 auto;
height: 80px;
width: 80px;
cursor: pointer;
position: relative;
align-items: center;
color: var(--newtab-text-secondary-color);
display: flex;
font-size: 32px;
font-weight: 200;
text-transform: uppercase;
}
.ds-card-grid.ds-card-grid-border .ds-card:not(.placeholder) {
border-radius: 8px;
box-shadow: 12px 12px 6px rgba(0, 0, 0, 0.32);
}
.card-outer .card {
border-radius: 8px;
box-shadow: 12px 12px 6px rgba(0, 0, 0, 0.32);
height: 100%;
}
However, userChrome.css does show up on the left column in the style editor. Very odd. I restarted the browser of course.
Is this no longer supported? I am using Firefox (regular edition, not dev or nightly) and Windows 11.
Hope someone can help!
Thanks in advance