Unofficial Glitter Addon - Custom Glitter CSS Edits 1.5
Posted: August 31st, 2016, 3:26 am
NEWEST VERSION: 1.5
This code has only been tested on sabnzbd 3.1.1 [99b5a00].
Version 1.5 is vastly simplified.
Install it using a userstyles manager browser extension. I recommend: https://github.com/openstyles/stylus
The Code:
Setting:
Applies to URLs starting with https://127.0.0.1:9090/sabnzbd/
This code has only been tested on sabnzbd 3.1.1 [99b5a00].
Version 1.5 is vastly simplified.
Install it using a userstyles manager browser extension. I recommend: https://github.com/openstyles/stylus
The Code:
Code: Select all
/* Sets the width of the main container to 100% */
.container {
width: 100%;
}
/* Sets the font size and family for result lines */
.name,
.progress-bar-info,
.timeleft,
.progress,
.status,
.history-completedon {
font-size: 10pt;
font-family: "JetBrains Mono";
}
Applies to URLs starting with https://127.0.0.1:9090/sabnzbd/