an fix for the outdate like Firefox Color
Firefox Color popup backgroud template fix by tetify
Details
Authortetify
LicenseNo License
Categoryfirefox.com
Created
Updated
Code size649 B
Code checksume6099f2c
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Firefox Color popup backgroud template fix
@version 20250321.18.58
@namespace https://userstyles.world/user/tetify
@description an fix for the outdate like Firefox Color
@author tetify
==/UserStyle== */
@-moz-document domain("color.firefox.com") {
html body div#root div.app main.app__main div.browser.browser--large div.browser-chrome div.browser-popup.browser-popup--large ul.browser-popup__inner
{
position: inherit;
top: -52px
}
.browser-popup.browser-popup--large .browser-popup__caret{
visibility: hidden
}
.browser-popup.browser-popup--large .browser-popup__caret-shadow{
visibility: hidden
}
}