This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*** MONITORR CUSTOM CSS ***/ | |
/* NOTE: See wiki for detailed instructions/examples. | |
+ After applying custom CSS, clearing browser cache and reloading the Monitorr UI may be necessary. | |
+ Add "!important" to all CSS properties */ | |
/* add custom CSS below this line */ | |
*{box-sizing: content-box !important;} | |
body {background:transparent !important;} |