diff --git a/public/components/w95/Window95.jsx b/public/components/w95/Window95.jsx index cd9d8e6..6865e06 100644 --- a/public/components/w95/Window95.jsx +++ b/public/components/w95/Window95.jsx @@ -42,7 +42,7 @@ class Window95 extends Component { let key = btnKeys[i]; var b = this.state.buttons[key]; if(b === false) continue; - let cls = "btn " + btnKeys[i]; + let cls = "c-window-btn " + btnKeys[i]; if(b !== true && b !== false) cls += " " + b; btns.push(
); } @@ -52,15 +52,15 @@ class Window95 extends Component { menu =