Removes the bottom-border-fade on the Apparel inventory box.
Bottom Fade Removal on Apparel Box by airazon

Details
Authorairazon
LicenseCC Zero
Categoryhttps://www1.flightrising.com/dragon-apparel
Created
Updated
Code size387 B
Code checksum85bf1b9f
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Works on PC Google Chrome on Microsoft OS, untested on everything else.
Source code
/* ==UserStyle==
@name [FR] Apparel Box w/o Bottom Fade
@namespace https://userstyles.world/user/airazon
@version 1.0.0
@description Removes border fade.
@author Airazon
==/UserStyle== */
@-moz-document url-prefix("https://www1.flightrising.com/dragon-apparel") {
#choose-dragon-apparel-apparel-results:after {
display: none;
}
}