Looks amazing, however: any disabled mods have light-gray buttons with white text. It would be much better to set disabled mods to a black background (with a white border maybe) and white/grayish text so the enabled mods stand out more then the disabled ones.
EDIT: installed developer tools extension and then appended the following to the stylesheet: .btn-mods-enabled-disabled, .toggle-mods-enabled-disabled, .btn-extensions-enabled-disabled, .toggle-extensions-enabled-disabled { background:#1a1a1a; color:#999; }
Sorry about that... I didn't look at any of my disabled mods during testing. I really should have clocked that, but oh well!
Do you just add that to style.scss? If so a 5.1 version may be in order.
Edit: I got that change working! I did some colour changes to your given code, and I've tweaked the more general Disabled Text colour (because it didn't fit in as well as I wanted it to, the way it was); so a 5.1 version is definitely happening.
Edit2: Ambrose Black and Clear 5.1 is now released. Thank you for your help improving it!
4 comments
It would be much better to set disabled mods to a black background (with a white border maybe) and white/grayish text so the enabled mods stand out more then the disabled ones.
EDIT: installed developer tools extension and then appended the following to the stylesheet:
.btn-mods-enabled-disabled, .toggle-mods-enabled-disabled,
.btn-extensions-enabled-disabled, .toggle-extensions-enabled-disabled {
background:#1a1a1a;
color:#999;
}
.btn-mods-enabled-disabled:hover,
.btn-mods-enabled-disabled:focus,
.toggle-mods-enabled-disabled:hover,
.toggle-mods-enabled-disabled:focus,
.btn-extensions-enabled-disabled:hover,
.btn-extensions-enabled-disabled:focus,
.toggle-extensions-enabled-disabled:hover,
.toggle-extensions-enabled-disabled:focus {
background:#222;
color:#ccc;
}
I really should have clocked that, but oh well!
Do you just add that to style.scss? If so a 5.1 version may be in order.
Edit: I got that change working! I did some colour changes to your given code, and I've tweaked the more general Disabled Text colour (because it didn't fit in as well as I wanted it to, the way it was); so a 5.1 version is definitely happening.
Edit2: Ambrose Black and Clear 5.1 is now released. Thank you for your help improving it!
- Nic
- Nic