mirror of
https://github.com/gchq/CyberChef
synced 2025-12-12 22:33:20 +00:00
Developing a dark theme.
This commit is contained in:
@@ -106,11 +106,11 @@ ControlsWaiter.prototype.autoBakeChange = function() {
|
||||
this.app.autoBake_ = autoBakeCheckbox.checked;
|
||||
|
||||
if (autoBakeCheckbox.checked) {
|
||||
autoBakeLabel.classList.remove("btn-default");
|
||||
autoBakeLabel.classList.add("btn-success");
|
||||
autoBakeLabel.classList.remove("btn-default");
|
||||
} else {
|
||||
autoBakeLabel.classList.remove("btn-success");
|
||||
autoBakeLabel.classList.add("btn-default");
|
||||
autoBakeLabel.classList.remove("btn-success");
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user