diff --git a/src/webui/www/public/css/Window.css b/src/webui/www/public/css/Window.css index c362fdbfc..96677cf3b 100644 --- a/src/webui/www/public/css/Window.css +++ b/src/webui/www/public/css/Window.css @@ -369,3 +369,10 @@ div.mochaToolbarWrapper.bottom { #clock { background: #fff; } + +/* Workaround to make invisible buttons clickable */ +.mochaMinimizeButton.replaced, +.mochaMaximizeButton.replaced, +.mochaCloseButton.replaced { + background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) !important; +} \ No newline at end of file