Browse Source

Workaround to make invisible buttons clickable on IE

adaptive-webui-19844
Gabriele 10 years ago
parent
commit
30a25e1de4
  1. 7
      src/webui/www/public/css/Window.css

7
src/webui/www/public/css/Window.css

@ -369,3 +369,10 @@ div.mochaToolbarWrapper.bottom { @@ -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;
}
Loading…
Cancel
Save